#24DD12

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

Shades of Lime Green #24DD12

Tints of Lime Green #24DD12

Color information

#24DD12 (or 0x24DD12) is unknown color: approx Lime Green. HEX triplet: 24, DD and 12. RGB value is (36,221,18). Sum of RGB (Red+Green+Blue) = 36+221+18=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 221 (86.72% from 255 or 80.36% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 221 - color contains mainly: green. Hex color #24DD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24DD12 is #DB22ED. Grayscale: #8F8F8F. Windows color (decimal): -14361326 or 1236260. OLE color: 1236260.

HSL color Cylindrical-coordinate representation of color #24DD12: hue angle of 114.68º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #24DD12 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB3622118-
CMYK0.8400.920.13
HSL114.68º84.94%46.86%-
HSV(B)114.68º91.86%86.67%-
XYZ26.6952.139.23-
YUV142.5457.7152.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 221 (86.72% from 255) = 80.36%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=13.09%
G=80.36%
B=6.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal36221180.8400.920.13114.6884.9446.86
Hex24DD125405CD73552f
Octal443352212401341516312557
Binary1001001101110110010101010001011100110111100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24DD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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