Shades of Lime Green #28E91F
Tints of Lime Green #28E91F
RGB
CMYK
RGB Variations
Color information
#28E91F (or 0x28E91F) is known color: Lime Green. HEX triplet: 28, E9 and 1F. RGB value is (40,233,31). Sum of RGB (Red+Green+Blue) = 40+233+31=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 233 (91.41% from 255 or 76.64% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 233 - color contains mainly: green. Hex color #28E91F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E91F is #D716E0. Grayscale: #989898. Windows color (decimal): -14096097 or 2091304. OLE color: 2091304.
HSL color Cylindrical-coordinate representation of color #28E91F: hue angle of 117.33º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28E91F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 233 | 31 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.09 |
| HSL | 117.33º | 0.82% | 0.52% | - |
| HSV(B) | 117.33º | 0.87% | 0.91% | - |
| XYZ | 30.26 | 58.83 | 11.06 | - |
| YUV | 152.27 | 59.56 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 31 | 0.83 | 0 | 0.87 | 0.09 | 117.33 | 0.82 | 0.52 |
| Hex | 28 | E9 | 1F | 53 | 0 | 57 | 9 | 75 | 52 | 34 |
| Octal | 50 | 351 | 37 | 123 | 0 | 127 | 11 | 165 | 122 | 64 |
| Binary | 101000 | 11101001 | 11111 | 1010011 | 0 | 1010111 | 1001 | 1110101 | 1010010 | 110100 |
Color Harmonies of #28E91F
Complementary color
Monochromatic Colors of #28E91F
Black with #28E91F
Text Example
Text Example
White with #28E91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E91F; }
p { color: rgb(40,233,31); }
H1.HeaderClassName
{
color: #28E91F;
}
.AnyTagClassName
{
color: #28E91F;
}
</style>
background-color css
<style>
a { background-color: #28E91F; }
a { background-color: rgb(40,233,31); }
div.DivClassName
{
background-color: #28E91F;
}
.BgClassName
{
background-color: #28E91F;
}
</style>
border-color css
<style>
span { border-color: #28E91F; }
span { border-color: rgb(40,233,31); }
td.TdClassName
{
border-color: #28E91F;
}
.TagClassName
{
border-color: #28E91F;
}
</style>