#28D924

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

Shades of Lime Green #28D924

Tints of Lime Green #28D924

Color information

#28D924 (or 0x28D924) is unknown color: approx Lime Green. HEX triplet: 28, D9 and 24. RGB value is (40,217,36). Sum of RGB (Red+Green+Blue) = 40+217+36=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 217 (85.16% from 255 or 74.06% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 217 - color contains mainly: green. Hex color #28D924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D924 is #D726DB. Grayscale: #8F8F8F. Windows color (decimal): -14100188 or 2414888. OLE color: 2414888.

HSL color Cylindrical-coordinate representation of color #28D924: hue angle of 118.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28D924 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB4021736-
CMYK0.8200.830.15
HSL118.67º71.54%49.61%-
HSV(B)118.67º83.41%85.1%-
XYZ26.0150.29.99-
YUV143.4467.3654.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.65%
GREEN value IS 217 (85.16% from 255) = 74.06%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=13.65%
G=74.06%
B=12.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal40217360.8200.830.15118.6771.5449.61
Hex28D92452053F774832
Octal503314412201231716711062
Binary10100011011001100100101001001010011111111101111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28D924; }

 p { color: rgb(40,217,36); }

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

<style>
 a { background-color: #28D924; }

 a { background-color: rgb(40,217,36); }

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

<style>
 span { border-color: #28D924; }

 span { border-color: rgb(40,217,36); }

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