#2CAF21

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

Shades of Lime Green #2CAF21

Tints of Lime Green #2CAF21

Color information

#2CAF21 (or 0x2CAF21) is unknown color: approx Lime Green. HEX triplet: 2C, AF and 21. RGB value is (44,175,33). Sum of RGB (Red+Green+Blue) = 44+175+33=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 175 (68.75% from 255 or 69.44% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAF21 is #D350DE. Grayscale: #787878. Windows color (decimal): -13848799 or 2207532. OLE color: 2207532.

HSL color Cylindrical-coordinate representation of color #2CAF21: hue angle of 115.35º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CAF21 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB4417533-
CMYK0.7500.810.31
HSL115.35º68.27%40.78%-
HSV(B)115.35º81.14%68.63%-
XYZ16.6431.316.6-
YUV119.6479.174.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.46%
GREEN value IS 175 (68.75% from 255) = 69.44%
BLUE value IS 33 (13.28% from 255) = 13.10%
R=17.46%
G=69.44%
B=13.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44175330.7500.810.31115.3568.2740.78
Hex2CAF214B0511F734429
Octal542574111301213716310451
Binary101100101011111000011001011010100011111111100111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,175,33); }

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

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

 a { background-color: rgb(44,175,33); }

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

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

 span { border-color: rgb(44,175,33); }

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