Html Css Color HEX #24BA14 Lime Green

📋 copy color: '#24BA14'

red 36 ◦ green 186 ◦ blue 20

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

Shades of Lime Green #24BA14

Tints of Lime Green #24BA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 76.86%

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

R = 14.88%
G = 76.86%
B = 8.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#24BA14 (or 0x24BA14) is known color: Lime Green. HEX triplet: 24, BA and 14. RGB value is (36,186,20). Sum of RGB (Red+Green+Blue) = 36+186+20=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #24BA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24BA14 is #DB45EB. Grayscale: #7A7A7A. Windows color (decimal): -14370284 or 1358372. OLE color: 1358372.

HSL color Cylindrical-coordinate representation of color #24BA14: hue angle of 114.22º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24BA14 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 186 20 -
CMYK 0.81 0 0.89 0.27
HSL 114.22º 0.81% 0.4% -
HSV(B) 114.22º 0.89% 0.73% -
XYZ 18.41 35.54 6.55 -
YUV 122.23 70.31 66.5 -
System Red Green Blue C M Y K H S L
Decimal 36 186 20 0.81 0 0.89 0.27 114.22 0.81 0.4
Hex 24 BA 14 51 0 59 1B 72 51 28
Octal 44 272 24 121 0 131 33 162 121 50
Binary 100100 10111010 10100 1010001 0 1011001 11011 1110010 1010001 101000

Color Harmonies of #24BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BA14

Black with #24BA14

Text Example


Text Example

White with #24BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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