Shades of Lime Green #28D92F
Tints of Lime Green #28D92F
RGB
CMYK
RGB Variations
Color information
#28D92F (or 0x28D92F) is known color: Lime Green. HEX triplet: 28, D9 and 2F. RGB value is (40,217,47). Sum of RGB (Red+Green+Blue) = 40+217+47=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 217 (85.16% from 255 or 71.38% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 217 - color contains mainly: green. Hex color #28D92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D92F is #D726D0. Grayscale: #919191. Windows color (decimal): -14100177 or 3135784. OLE color: 3135784.
HSL color Cylindrical-coordinate representation of color #28D92F: hue angle of 122.37º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D92F is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 47 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.15 |
| HSL | 122.37º | 0.7% | 0.5% | - |
| HSV(B) | 122.37º | 0.82% | 0.85% | - |
| XYZ | 26.2 | 50.28 | 11.01 | - |
| YUV | 144.7 | 72.86 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 47 | 0.82 | 0 | 0.78 | 0.15 | 122.37 | 0.7 | 0.5 |
| Hex | 28 | D9 | 2F | 52 | 0 | 4E | F | 7A | 46 | 32 |
| Octal | 50 | 331 | 57 | 122 | 0 | 116 | 17 | 172 | 106 | 62 |
| Binary | 101000 | 11011001 | 101111 | 1010010 | 0 | 1001110 | 1111 | 1111010 | 1000110 | 110010 |
Color Harmonies of #28D92F
Complementary color
Monochromatic Colors of #28D92F
Black with #28D92F
Text Example
Text Example
White with #28D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D92F; }
p { color: rgb(40,217,47); }
H1.HeaderClassName
{
color: #28D92F;
}
.AnyTagClassName
{
color: #28D92F;
}
</style>
background-color css
<style>
a { background-color: #28D92F; }
a { background-color: rgb(40,217,47); }
div.DivClassName
{
background-color: #28D92F;
}
.BgClassName
{
background-color: #28D92F;
}
</style>
border-color css
<style>
span { border-color: #28D92F; }
span { border-color: rgb(40,217,47); }
td.TdClassName
{
border-color: #28D92F;
}
.TagClassName
{
border-color: #28D92F;
}
</style>