Shades of Lime Green #28EE2F
Tints of Lime Green #28EE2F
RGB
CMYK
RGB Variations
Color information
#28EE2F (or 0x28EE2F) is known color: Lime Green. HEX triplet: 28, EE and 2F. RGB value is (40,238,47). Sum of RGB (Red+Green+Blue) = 40+238+47=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 238 (93.36% from 255 or 73.23% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 238 - color contains mainly: green. Hex color #28EE2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EE2F is #D711D0. Grayscale: #9D9D9D. Windows color (decimal): -14094801 or 3141160. OLE color: 3141160.
HSL color Cylindrical-coordinate representation of color #28EE2F: hue angle of 122.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EE2F is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 47 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.07 |
| HSL | 122.12º | 0.85% | 0.55% | - |
| HSV(B) | 122.12º | 0.83% | 0.93% | - |
| XYZ | 31.96 | 61.81 | 12.93 | - |
| YUV | 157.02 | 65.9 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 47 | 0.83 | 0 | 0.80 | 0.07 | 122.12 | 0.85 | 0.55 |
| Hex | 28 | EE | 2F | 53 | 0 | 50 | 7 | 7A | 55 | 37 |
| Octal | 50 | 356 | 57 | 123 | 0 | 120 | 7 | 172 | 125 | 67 |
| Binary | 101000 | 11101110 | 101111 | 1010011 | 0 | 1010000 | 111 | 1111010 | 1010101 | 110111 |
Color Harmonies of #28EE2F
Complementary color
Monochromatic Colors of #28EE2F
Black with #28EE2F
Text Example
Text Example
White with #28EE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EE2F; }
p { color: rgb(40,238,47); }
H1.HeaderClassName
{
color: #28EE2F;
}
.AnyTagClassName
{
color: #28EE2F;
}
</style>
background-color css
<style>
a { background-color: #28EE2F; }
a { background-color: rgb(40,238,47); }
div.DivClassName
{
background-color: #28EE2F;
}
.BgClassName
{
background-color: #28EE2F;
}
</style>
border-color css
<style>
span { border-color: #28EE2F; }
span { border-color: rgb(40,238,47); }
td.TdClassName
{
border-color: #28EE2F;
}
.TagClassName
{
border-color: #28EE2F;
}
</style>