#24CB12

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

Shades of Lime Green #24CB12

Tints of Lime Green #24CB12

Color information

#24CB12 (or 0x24CB12) is unknown color: approx Lime Green. HEX triplet: 24, CB and 12. RGB value is (36,203,18). Sum of RGB (Red+Green+Blue) = 36+203+18=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 203 (79.69% from 255 or 78.99% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 203 - color contains mainly: green. Hex color #24CB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24CB12 is #DB34ED. Grayscale: #848484. Windows color (decimal): -14365934 or 1231652. OLE color: 1231652.

HSL color Cylindrical-coordinate representation of color #24CB12: hue angle of 114.16º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #24CB12 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB3620318-
CMYK0.8200.910.20
HSL114.16º83.71%43.33%-
HSV(B)114.16º91.13%79.61%-
XYZ22.1943.137.73-
YUV131.9863.6759.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.01%
GREEN value IS 203 (79.69% from 255) = 78.99%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=14.01%
G=78.99%
B=7.00%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal36203180.8200.910.20114.1683.7143.33
Hex24CB125205B1472542b
Octal443132212201332416212453
Binary10010011001011100101010010010110111010011100101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24CB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,203,18); }

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

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

 a { background-color: rgb(36,203,18); }

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

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

 span { border-color: rgb(36,203,18); }

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