#24BF12

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

Shades of Lime Green #24BF12

Tints of Lime Green #24BF12

Color information

#24BF12 (or 0x24BF12) is unknown color: approx Lime Green. HEX triplet: 24, BF and 12. RGB value is (36,191,18). Sum of RGB (Red+Green+Blue) = 36+191+18=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 191 (75% from 255 or 77.96% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 191 - color contains mainly: green. Hex color #24BF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24BF12 is #DB40ED. Grayscale: #7D7D7D. Windows color (decimal): -14369006 or 1228580. OLE color: 1228580.

HSL color Cylindrical-coordinate representation of color #24BF12: hue angle of 113.76º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #24BF12 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB3619118-
CMYK0.8100.910.25
HSL113.76º82.78%40.98%-
HSV(B)113.76º90.58%74.9%-
XYZ19.4737.686.82-
YUV124.9367.6564.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.69%
GREEN value IS 191 (75% from 255) = 77.96%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=14.69%
G=77.96%
B=7.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal36191180.8100.910.25113.7682.7840.98
Hex24BF125105B19725329
Octal442772212101333116212351
Binary10010010111111100101010001010110111100111100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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