Html Css Color HEX #24DC12 Lime Green

📋 copy color: '#24DC12'

red 36 ◦ green 220 ◦ blue 18

#24DC12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #24DC12

Tints of Lime Green #24DC12

RGB

 RED value IS 36 (14.45% from 255) = 13.14%

 GREEN value IS 220 (86.33% from 255) = 80.29%

 BLUE value IS 18 (7.42% from 255) = 6.57%

R = 13.14%
G = 80.29%
B = 6.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#24DC12 (or 0x24DC12) is known color: Lime Green. HEX triplet: 24, DC and 12. RGB value is (36,220,18). Sum of RGB (Red+Green+Blue) = 36+220+18=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 220 (86.33% from 255 or 80.29% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 220 - color contains mainly: green. Hex color #24DC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24DC12 is #DB23ED. Grayscale: #8E8E8E. Windows color (decimal): -14361582 or 1236004. OLE color: 1236004.

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

Color convert

RGB 36 220 18 -
CMYK 0.84 0 0.92 0.14
HSL 114.65º 0.85% 0.47% -
HSV(B) 114.65º 0.92% 0.86% -
XYZ 26.43 51.61 9.14 -
YUV 141.96 58.04 52.43 -
System Red Green Blue C M Y K H S L
Decimal 36 220 18 0.84 0 0.92 0.14 114.65 0.85 0.47
Hex 24 DC 12 54 0 5C E 73 55 2F
Octal 44 334 22 124 0 134 16 163 125 57
Binary 100100 11011100 10010 1010100 0 1011100 1110 1110011 1010101 101111

Color Harmonies of #24DC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DC12

Black with #24DC12

Text Example


Text Example

White with #24DC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24DC12;
 }
 .AnyTagClassName
 {
   color: #24DC12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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