#2CC023

Color #2CC023 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CC023

Tints of Lime Green #2CC023

Color information

#2CC023 (or 0x2CC023) is unknown color: approx Lime Green. HEX triplet: 2C, C0 and 23. RGB value is (44,192,35). Sum of RGB (Red+Green+Blue) = 44+192+35=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC023 is #D33FDC. Grayscale: #828282. Windows color (decimal): -13844445 or 2342956. OLE color: 2342956.

HSL color Cylindrical-coordinate representation of color #2CC023: hue angle of 116.56º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CC023 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB4419235-
CMYK0.7700.820.25
HSL116.56º69.16%44.51%-
HSV(B)116.56º81.77%75.29%-
XYZ20.1938.367.93-
YUV129.8574.4766.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 16.24%
GREEN value IS 192 (75.39% from 255) = 70.85%
BLUE value IS 35 (14.06% from 255) = 12.92%
R=16.24%
G=70.85%
B=12.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44192350.7700.820.25116.5669.1644.51
Hex2CC0234D0521975452d
Octal543004311501223116510555
Binary101100110000001000111001101010100101100111101011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CC023; }

 p { color: rgb(44,192,35); }

 H1.HeaderClassName
 {
   color: #2CC023;
 }
 .AnyTagClassName
 {
   color: #2CC023;
 }
</style>
background-color css

<style>
 a { background-color: #2CC023; }

 a { background-color: rgb(44,192,35); }

 div.DivClassName
 {
   background-color: #2CC023;
 }
 .BgClassName
 {
   background-color: #2CC023;
 }
</style>
border-color css

<style>
 span { border-color: #2CC023; }

 span { border-color: rgb(44,192,35); }

 td.TdClassName
 {
   border-color: #2CC023;
 }
 .TagClassName
 {
   border-color: #2CC023;
 }
</style>