Shades of Lime Green #28D120
Tints of Lime Green #28D120
RGB
CMYK
RGB Variations
Color information
#28D120 (or 0x28D120) is known color: Lime Green. HEX triplet: 28, D1 and 20. RGB value is (40,209,32). Sum of RGB (Red+Green+Blue) = 40+209+32=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 209 (82.03% from 255 or 74.38% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 209 - color contains mainly: green. Hex color #28D120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D120 is #D72EDF. Grayscale: #8A8A8A. Windows color (decimal): -14102240 or 2150696. OLE color: 2150696.
HSL color Cylindrical-coordinate representation of color #28D120: hue angle of 117.29º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28D120 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 32 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.18 |
| HSL | 117.29º | 0.73% | 0.47% | - |
| HSV(B) | 117.29º | 0.85% | 0.82% | - |
| XYZ | 23.94 | 46.16 | 9.01 | - |
| YUV | 138.29 | 68.01 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 32 | 0.81 | 0 | 0.85 | 0.18 | 117.29 | 0.73 | 0.47 |
| Hex | 28 | D1 | 20 | 51 | 0 | 55 | 12 | 75 | 49 | 2F |
| Octal | 50 | 321 | 40 | 121 | 0 | 125 | 22 | 165 | 111 | 57 |
| Binary | 101000 | 11010001 | 100000 | 1010001 | 0 | 1010101 | 10010 | 1110101 | 1001001 | 101111 |
Color Harmonies of #28D120
Complementary color
Monochromatic Colors of #28D120
Black with #28D120
Text Example
Text Example
White with #28D120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D120; }
p { color: rgb(40,209,32); }
H1.HeaderClassName
{
color: #28D120;
}
.AnyTagClassName
{
color: #28D120;
}
</style>
background-color css
<style>
a { background-color: #28D120; }
a { background-color: rgb(40,209,32); }
div.DivClassName
{
background-color: #28D120;
}
.BgClassName
{
background-color: #28D120;
}
</style>
border-color css
<style>
span { border-color: #28D120; }
span { border-color: rgb(40,209,32); }
td.TdClassName
{
border-color: #28D120;
}
.TagClassName
{
border-color: #28D120;
}
</style>