#24B120

Color #24B120 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #24B120

Tints of Lime Green #24B120

Color information

#24B120 (or 0x24B120) is unknown color: approx Lime Green. HEX triplet: 24, B1 and 20. RGB value is (36,177,32). Sum of RGB (Red+Green+Blue) = 36+177+32=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 177 (69.53% from 255 or 72.24% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 177 - color contains mainly: green. Hex color #24B120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24B120 is #DB4EDF. Grayscale: #767676. Windows color (decimal): -14372576 or 2142500. OLE color: 2142500.

HSL color Cylindrical-coordinate representation of color #24B120: hue angle of 118.34º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24B120 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB3617732-
CMYK0.8000.820.31
HSL118.34º69.38%40.98%-
HSV(B)118.34º81.92%69.41%-
XYZ16.7131.926.65-
YUV118.3179.2969.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.69%
GREEN value IS 177 (69.53% from 255) = 72.24%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=14.69%
G=72.24%
B=13.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36177320.8000.820.31118.3469.3840.98
Hex24B120500521F764529
Octal442614012001223716610551
Binary100100101100011000001010000010100101111111101101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,177,32); }

 H1.HeaderClassName
 {
   color: #24B120;
 }
 .AnyTagClassName
 {
   color: #24B120;
 }
</style>
background-color css

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

 a { background-color: rgb(36,177,32); }

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

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

 span { border-color: rgb(36,177,32); }

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