Shades of Lime Green #28E81C
Tints of Lime Green #28E81C
RGB
CMYK
RGB Variations
Color information
#28E81C (or 0x28E81C) is known color: Lime Green. HEX triplet: 28, E8 and 1C. RGB value is (40,232,28). Sum of RGB (Red+Green+Blue) = 40+232+28=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 232 (91.02% from 255 or 77.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 232 - color contains mainly: green. Hex color #28E81C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E81C is #D717E3. Grayscale: #979797. Windows color (decimal): -14096356 or 1894440. OLE color: 1894440.
HSL color Cylindrical-coordinate representation of color #28E81C: hue angle of 116.47º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28E81C is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 232 | 28 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.09 |
| HSL | 116.47º | 0.82% | 0.51% | - |
| HSV(B) | 116.47º | 0.88% | 0.91% | - |
| XYZ | 29.94 | 58.25 | 10.76 | - |
| YUV | 151.34 | 58.39 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 232 | 28 | 0.83 | 0 | 0.88 | 0.09 | 116.47 | 0.82 | 0.51 |
| Hex | 28 | E8 | 1C | 53 | 0 | 58 | 9 | 74 | 52 | 33 |
| Octal | 50 | 350 | 34 | 123 | 0 | 130 | 11 | 164 | 122 | 63 |
| Binary | 101000 | 11101000 | 11100 | 1010011 | 0 | 1011000 | 1001 | 1110100 | 1010010 | 110011 |
Color Harmonies of #28E81C
Complementary color
Monochromatic Colors of #28E81C
Black with #28E81C
Text Example
Text Example
White with #28E81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E81C; }
p { color: rgb(40,232,28); }
H1.HeaderClassName
{
color: #28E81C;
}
.AnyTagClassName
{
color: #28E81C;
}
</style>
background-color css
<style>
a { background-color: #28E81C; }
a { background-color: rgb(40,232,28); }
div.DivClassName
{
background-color: #28E81C;
}
.BgClassName
{
background-color: #28E81C;
}
</style>
border-color css
<style>
span { border-color: #28E81C; }
span { border-color: rgb(40,232,28); }
td.TdClassName
{
border-color: #28E81C;
}
.TagClassName
{
border-color: #28E81C;
}
</style>