Html Css Color HEX #24DC42 Lime Green

📋 copy color: '#24DC42'

red 36 ◦ green 220 ◦ blue 66

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

Shades of Lime Green #24DC42

Tints of Lime Green #24DC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 11.18%
G = 68.32%
B = 20.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#24DC42 (or 0x24DC42) is known color: Lime Green. HEX triplet: 24, DC and 42. RGB value is (36,220,66). Sum of RGB (Red+Green+Blue) = 36+220+66=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 220 (86.33% from 255 or 68.32% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 220 - color contains mainly: green. Hex color #24DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24DC42 is #DB23BD. Grayscale: #939393. Windows color (decimal): -14361534 or 4381732. OLE color: 4381732.

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

Color convert

RGB 36 220 66 -
CMYK 0.84 0 0.7 0.14
HSL 129.78º 0.72% 0.5% -
HSV(B) 129.78º 0.84% 0.86% -
XYZ 27.3 51.95 13.74 -
YUV 147.43 82.04 48.52 -
System Red Green Blue C M Y K H S L
Decimal 36 220 66 0.84 0 0.7 0.14 129.78 0.72 0.5
Hex 24 DC 42 54 0 46 E 82 48 32
Octal 44 334 102 124 0 106 16 202 110 62
Binary 100100 11011100 1000010 1010100 0 1000110 1110 10000010 1001000 110010

Color Harmonies of #24DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DC42

Black with #24DC42

Text Example


Text Example

White with #24DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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