#24CA0C

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

Shades of Lime Green #24CA0C

Tints of Lime Green #24CA0C

Color information

#24CA0C (or 0x24CA0C) is unknown color: approx Lime Green. HEX triplet: 24, CA and 0C. RGB value is (36,202,12). Sum of RGB (Red+Green+Blue) = 36+202+12=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #24CA0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24CA0C is #DB35F3. Grayscale: #838383. Windows color (decimal): -14366196 or 838180. OLE color: 838180.

HSL color Cylindrical-coordinate representation of color #24CA0C: hue angle of 112.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24CA0C is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB3620212-
CMYK0.8200.940.21
HSL112.42º88.79%41.96%-
HSV(B)112.42º94.06%79.22%-
XYZ21.9142.647.42-
YUV130.716160.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.4%
GREEN value IS 202 (79.30% from 255) = 80.8%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=14.4%
G=80.8%
B=4.8%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal36202120.8200.940.21112.4288.7941.96
Hex24CAC5205E1570592a
Octal443121412201362516013152
Binary1001001100101011001010010010111101010111100001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24CA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24CA0C; }

 p { color: rgb(36,202,12); }

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

<style>
 a { background-color: #24CA0C; }

 a { background-color: rgb(36,202,12); }

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

<style>
 span { border-color: #24CA0C; }

 span { border-color: rgb(36,202,12); }

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