Shades of Lime Green #28D52F
Tints of Lime Green #28D52F
RGB
CMYK
RGB Variations
Color information
#28D52F (or 0x28D52F) is known color: Lime Green. HEX triplet: 28, D5 and 2F. RGB value is (40,213,47). Sum of RGB (Red+Green+Blue) = 40+213+47=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 213 (83.59% from 255 or 71% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 213 - color contains mainly: green. Hex color #28D52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D52F is #D72AD0. Grayscale: #8E8E8E. Windows color (decimal): -14101201 or 3134760. OLE color: 3134760.
HSL color Cylindrical-coordinate representation of color #28D52F: hue angle of 122.43º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D52F is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 213 | 47 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.16 |
| HSL | 122.43º | 0.68% | 0.5% | - |
| HSV(B) | 122.43º | 0.81% | 0.84% | - |
| XYZ | 25.18 | 48.24 | 10.67 | - |
| YUV | 142.35 | 74.19 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 213 | 47 | 0.81 | 0 | 0.78 | 0.16 | 122.43 | 0.68 | 0.5 |
| Hex | 28 | D5 | 2F | 51 | 0 | 4E | 10 | 7A | 44 | 32 |
| Octal | 50 | 325 | 57 | 121 | 0 | 116 | 20 | 172 | 104 | 62 |
| Binary | 101000 | 11010101 | 101111 | 1010001 | 0 | 1001110 | 10000 | 1111010 | 1000100 | 110010 |
Color Harmonies of #28D52F
Complementary color
Monochromatic Colors of #28D52F
Black with #28D52F
Text Example
Text Example
White with #28D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D52F; }
p { color: rgb(40,213,47); }
H1.HeaderClassName
{
color: #28D52F;
}
.AnyTagClassName
{
color: #28D52F;
}
</style>
background-color css
<style>
a { background-color: #28D52F; }
a { background-color: rgb(40,213,47); }
div.DivClassName
{
background-color: #28D52F;
}
.BgClassName
{
background-color: #28D52F;
}
</style>
border-color css
<style>
span { border-color: #28D52F; }
span { border-color: rgb(40,213,47); }
td.TdClassName
{
border-color: #28D52F;
}
.TagClassName
{
border-color: #28D52F;
}
</style>