Shades of Lime Green #28D32F
Tints of Lime Green #28D32F
RGB
CMYK
RGB Variations
Color information
#28D32F (or 0x28D32F) is known color: Lime Green. HEX triplet: 28, D3 and 2F. RGB value is (40,211,47). Sum of RGB (Red+Green+Blue) = 40+211+47=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 211 (82.81% from 255 or 70.81% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 211 - color contains mainly: green. Hex color #28D32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D32F is #D72CD0. Grayscale: #8D8D8D. Windows color (decimal): -14101713 or 3134248. OLE color: 3134248.
HSL color Cylindrical-coordinate representation of color #28D32F: hue angle of 122.46º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D32F is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 211 | 47 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.17 |
| HSL | 122.46º | 0.68% | 0.49% | - |
| HSV(B) | 122.46º | 0.81% | 0.83% | - |
| XYZ | 24.68 | 47.24 | 10.51 | - |
| YUV | 141.18 | 74.85 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 47 | 0.81 | 0 | 0.78 | 0.17 | 122.46 | 0.68 | 0.49 |
| Hex | 28 | D3 | 2F | 51 | 0 | 4E | 11 | 7A | 44 | 31 |
| Octal | 50 | 323 | 57 | 121 | 0 | 116 | 21 | 172 | 104 | 61 |
| Binary | 101000 | 11010011 | 101111 | 1010001 | 0 | 1001110 | 10001 | 1111010 | 1000100 | 110001 |
Color Harmonies of #28D32F
Complementary color
Monochromatic Colors of #28D32F
Black with #28D32F
Text Example
Text Example
White with #28D32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D32F; }
p { color: rgb(40,211,47); }
H1.HeaderClassName
{
color: #28D32F;
}
.AnyTagClassName
{
color: #28D32F;
}
</style>
background-color css
<style>
a { background-color: #28D32F; }
a { background-color: rgb(40,211,47); }
div.DivClassName
{
background-color: #28D32F;
}
.BgClassName
{
background-color: #28D32F;
}
</style>
border-color css
<style>
span { border-color: #28D32F; }
span { border-color: rgb(40,211,47); }
td.TdClassName
{
border-color: #28D32F;
}
.TagClassName
{
border-color: #28D32F;
}
</style>