Shades of Lime Green #28E41B
Tints of Lime Green #28E41B
RGB
CMYK
RGB Variations
Color information
#28E41B (or 0x28E41B) is known color: Lime Green. HEX triplet: 28, E4 and 1B. RGB value is (40,228,27). Sum of RGB (Red+Green+Blue) = 40+228+27=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 228 (89.45% from 255 or 77.29% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 228 - color contains mainly: green. Hex color #28E41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E41B is #D71BE4. Grayscale: #959595. Windows color (decimal): -14097381 or 1827880. OLE color: 1827880.
HSL color Cylindrical-coordinate representation of color #28E41B: hue angle of 116.12º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28E41B is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 228 | 27 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.11 |
| HSL | 116.12º | 0.79% | 0.5% | - |
| HSV(B) | 116.12º | 0.88% | 0.89% | - |
| XYZ | 28.82 | 56.02 | 10.33 | - |
| YUV | 148.87 | 59.22 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 27 | 0.82 | 0 | 0.88 | 0.11 | 116.12 | 0.79 | 0.5 |
| Hex | 28 | E4 | 1B | 52 | 0 | 58 | B | 74 | 4F | 32 |
| Octal | 50 | 344 | 33 | 122 | 0 | 130 | 13 | 164 | 117 | 62 |
| Binary | 101000 | 11100100 | 11011 | 1010010 | 0 | 1011000 | 1011 | 1110100 | 1001111 | 110010 |
Color Harmonies of #28E41B
Complementary color
Monochromatic Colors of #28E41B
Black with #28E41B
Text Example
Text Example
White with #28E41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E41B; }
p { color: rgb(40,228,27); }
H1.HeaderClassName
{
color: #28E41B;
}
.AnyTagClassName
{
color: #28E41B;
}
</style>
background-color css
<style>
a { background-color: #28E41B; }
a { background-color: rgb(40,228,27); }
div.DivClassName
{
background-color: #28E41B;
}
.BgClassName
{
background-color: #28E41B;
}
</style>
border-color css
<style>
span { border-color: #28E41B; }
span { border-color: rgb(40,228,27); }
td.TdClassName
{
border-color: #28E41B;
}
.TagClassName
{
border-color: #28E41B;
}
</style>