Shades of Lime Green #28C92E
Tints of Lime Green #28C92E
RGB
CMYK
RGB Variations
Color information
#28C92E (or 0x28C92E) is known color: Lime Green. HEX triplet: 28, C9 and 2E. RGB value is (40,201,46). Sum of RGB (Red+Green+Blue) = 40+201+46=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 201 (78.91% from 255 or 70.03% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 201 - color contains mainly: green. Hex color #28C92E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C92E is #D736D1. Grayscale: #878787. Windows color (decimal): -14104274 or 3066152. OLE color: 3066152.
HSL color Cylindrical-coordinate representation of color #28C92E: hue angle of 122.24º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C92E is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 46 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.21 |
| HSL | 122.24º | 0.67% | 0.47% | - |
| HSV(B) | 122.24º | 0.8% | 0.79% | - |
| XYZ | 22.25 | 42.42 | 9.6 | - |
| YUV | 135.19 | 77.66 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 46 | 0.80 | 0 | 0.77 | 0.21 | 122.24 | 0.67 | 0.47 |
| Hex | 28 | C9 | 2E | 50 | 0 | 4D | 15 | 7A | 43 | 2F |
| Octal | 50 | 311 | 56 | 120 | 0 | 115 | 25 | 172 | 103 | 57 |
| Binary | 101000 | 11001001 | 101110 | 1010000 | 0 | 1001101 | 10101 | 1111010 | 1000011 | 101111 |
Color Harmonies of #28C92E
Complementary color
Monochromatic Colors of #28C92E
Black with #28C92E
Text Example
Text Example
White with #28C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C92E; }
p { color: rgb(40,201,46); }
H1.HeaderClassName
{
color: #28C92E;
}
.AnyTagClassName
{
color: #28C92E;
}
</style>
background-color css
<style>
a { background-color: #28C92E; }
a { background-color: rgb(40,201,46); }
div.DivClassName
{
background-color: #28C92E;
}
.BgClassName
{
background-color: #28C92E;
}
</style>
border-color css
<style>
span { border-color: #28C92E; }
span { border-color: rgb(40,201,46); }
td.TdClassName
{
border-color: #28C92E;
}
.TagClassName
{
border-color: #28C92E;
}
</style>