Html Css Color HEX #24D014 Lime Green

📋 copy color: '#24D014'

red 36 ◦ green 208 ◦ blue 20

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

Shades of Lime Green #24D014

Tints of Lime Green #24D014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 78.79%

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 13.64%
G = 78.79%
B = 7.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#24D014 (or 0x24D014) is known color: Lime Green. HEX triplet: 24, D0 and 14. RGB value is (36,208,20). Sum of RGB (Red+Green+Blue) = 36+208+20=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 208 (81.64% from 255 or 78.79% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 208 - color contains mainly: green. Hex color #24D014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24D014 is #DB2FEB. Grayscale: #878787. Windows color (decimal): -14364652 or 1364004. OLE color: 1364004.

HSL color Cylindrical-coordinate representation of color #24D014: hue angle of 114.89º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24D014 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 208 20 -
CMYK 0.83 0 0.90 0.18
HSL 114.89º 0.82% 0.45% -
HSV(B) 114.89º 0.9% 0.82% -
XYZ 23.41 45.54 8.22 -
YUV 135.14 63.02 57.29 -
System Red Green Blue C M Y K H S L
Decimal 36 208 20 0.83 0 0.90 0.18 114.89 0.82 0.45
Hex 24 D0 14 53 0 5A 12 73 52 2D
Octal 44 320 24 123 0 132 22 163 122 55
Binary 100100 11010000 10100 1010011 0 1011010 10010 1110011 1010010 101101

Color Harmonies of #24D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D014

Black with #24D014

Text Example


Text Example

White with #24D014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,208,20); }

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

background-color css

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

 a { background-color: rgb(36,208,20); }

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

border-color css

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

 span { border-color: rgb(36,208,20); }

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