Shades of Lime Green #28D72F
Tints of Lime Green #28D72F
RGB
CMYK
RGB Variations
Color information
#28D72F (or 0x28D72F) is known color: Lime Green. HEX triplet: 28, D7 and 2F. RGB value is (40,215,47). Sum of RGB (Red+Green+Blue) = 40+215+47=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 215 (84.38% from 255 or 71.19% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 215 - color contains mainly: green. Hex color #28D72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D72F is #D728D0. Grayscale: #909090. Windows color (decimal): -14100689 or 3135272. OLE color: 3135272.
HSL color Cylindrical-coordinate representation of color #28D72F: hue angle of 122.4º degrees, saturation: 0.69, 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 #28D72F is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 215 | 47 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.16 |
| HSL | 122.4º | 0.69% | 0.5% | - |
| HSV(B) | 122.4º | 0.81% | 0.84% | - |
| XYZ | 25.69 | 49.26 | 10.84 | - |
| YUV | 143.52 | 73.52 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 215 | 47 | 0.81 | 0 | 0.78 | 0.16 | 122.4 | 0.69 | 0.5 |
| Hex | 28 | D7 | 2F | 51 | 0 | 4E | 10 | 7A | 45 | 32 |
| Octal | 50 | 327 | 57 | 121 | 0 | 116 | 20 | 172 | 105 | 62 |
| Binary | 101000 | 11010111 | 101111 | 1010001 | 0 | 1001110 | 10000 | 1111010 | 1000101 | 110010 |
Color Harmonies of #28D72F
Complementary color
Monochromatic Colors of #28D72F
Black with #28D72F
Text Example
Text Example
White with #28D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D72F; }
p { color: rgb(40,215,47); }
H1.HeaderClassName
{
color: #28D72F;
}
.AnyTagClassName
{
color: #28D72F;
}
</style>
background-color css
<style>
a { background-color: #28D72F; }
a { background-color: rgb(40,215,47); }
div.DivClassName
{
background-color: #28D72F;
}
.BgClassName
{
background-color: #28D72F;
}
</style>
border-color css
<style>
span { border-color: #28D72F; }
span { border-color: rgb(40,215,47); }
td.TdClassName
{
border-color: #28D72F;
}
.TagClassName
{
border-color: #28D72F;
}
</style>