Shades of Lime Green #28EE3F
Tints of Lime Green #28EE3F
RGB
CMYK
RGB Variations
Color information
#28EE3F (or 0x28EE3F) is known color: Lime Green. HEX triplet: 28, EE and 3F. RGB value is (40,238,63). Sum of RGB (Red+Green+Blue) = 40+238+63=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 238 (93.36% from 255 or 69.79% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 238 - color contains mainly: green. Hex color #28EE3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EE3F is #D711C0. Grayscale: #9F9F9F. Windows color (decimal): -14094785 or 4189736. OLE color: 4189736.
HSL color Cylindrical-coordinate representation of color #28EE3F: hue angle of 126.97º 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 #28EE3F is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 63 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.07 |
| HSL | 126.97º | 0.85% | 0.55% | - |
| HSV(B) | 126.97º | 0.83% | 0.93% | - |
| XYZ | 32.35 | 61.96 | 14.96 | - |
| YUV | 158.85 | 73.9 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 63 | 0.83 | 0 | 0.74 | 0.07 | 126.97 | 0.85 | 0.55 |
| Hex | 28 | EE | 3F | 53 | 0 | 4A | 7 | 7F | 55 | 37 |
| Octal | 50 | 356 | 77 | 123 | 0 | 112 | 7 | 177 | 125 | 67 |
| Binary | 101000 | 11101110 | 111111 | 1010011 | 0 | 1001010 | 111 | 1111111 | 1010101 | 110111 |
Color Harmonies of #28EE3F
Complementary color
Monochromatic Colors of #28EE3F
Black with #28EE3F
Text Example
Text Example
White with #28EE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EE3F; }
p { color: rgb(40,238,63); }
H1.HeaderClassName
{
color: #28EE3F;
}
.AnyTagClassName
{
color: #28EE3F;
}
</style>
background-color css
<style>
a { background-color: #28EE3F; }
a { background-color: rgb(40,238,63); }
div.DivClassName
{
background-color: #28EE3F;
}
.BgClassName
{
background-color: #28EE3F;
}
</style>
border-color css
<style>
span { border-color: #28EE3F; }
span { border-color: rgb(40,238,63); }
td.TdClassName
{
border-color: #28EE3F;
}
.TagClassName
{
border-color: #28EE3F;
}
</style>