Html Css Color HEX #24DC10 Lime Green

📋 copy color: '#24DC10'

red 36 ◦ green 220 ◦ blue 16

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

Shades of Lime Green #24DC10

Tints of Lime Green #24DC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 13.24%
G = 80.88%
B = 5.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#24DC10 (or 0x24DC10) is known color: Lime Green. HEX triplet: 24, DC and 10. RGB value is (36,220,16). Sum of RGB (Red+Green+Blue) = 36+220+16=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 220 (86.33% from 255 or 80.88% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 220 - color contains mainly: green. Hex color #24DC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24DC10 is #DB23EF. Grayscale: #8E8E8E. Windows color (decimal): -14361584 or 1104932. OLE color: 1104932.

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

Color convert

RGB 36 220 16 -
CMYK 0.84 0 0.93 0.14
HSL 114.12º 0.86% 0.46% -
HSV(B) 114.12º 0.93% 0.86% -
XYZ 26.41 51.6 9.06 -
YUV 141.73 57.04 52.59 -
System Red Green Blue C M Y K H S L
Decimal 36 220 16 0.84 0 0.93 0.14 114.12 0.86 0.46
Hex 24 DC 10 54 0 5D E 72 56 2E
Octal 44 334 20 124 0 135 16 162 126 56
Binary 100100 11011100 10000 1010100 0 1011101 1110 1110010 1010110 101110

Color Harmonies of #24DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DC10

Black with #24DC10

Text Example


Text Example

White with #24DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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