Shades of Lime Green #28C41E
Tints of Lime Green #28C41E
RGB
CMYK
RGB Variations
Color information
#28C41E (or 0x28C41E) is known color: Lime Green. HEX triplet: 28, C4 and 1E. RGB value is (40,196,30). Sum of RGB (Red+Green+Blue) = 40+196+30=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 196 (76.95% from 255 or 73.68% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 196 - color contains mainly: green. Hex color #28C41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C41E is #D73BE1. Grayscale: #828282. Windows color (decimal): -14105570 or 2016296. OLE color: 2016296.
HSL color Cylindrical-coordinate representation of color #28C41E: hue angle of 116.39º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28C41E is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 30 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.23 |
| HSL | 116.39º | 0.73% | 0.44% | - |
| HSV(B) | 116.39º | 0.85% | 0.77% | - |
| XYZ | 20.85 | 40.02 | 7.85 | - |
| YUV | 130.43 | 71.32 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 30 | 0.80 | 0 | 0.85 | 0.23 | 116.39 | 0.73 | 0.44 |
| Hex | 28 | C4 | 1E | 50 | 0 | 55 | 17 | 74 | 49 | 2C |
| Octal | 50 | 304 | 36 | 120 | 0 | 125 | 27 | 164 | 111 | 54 |
| Binary | 101000 | 11000100 | 11110 | 1010000 | 0 | 1010101 | 10111 | 1110100 | 1001001 | 101100 |
Color Harmonies of #28C41E
Complementary color
Monochromatic Colors of #28C41E
Black with #28C41E
Text Example
Text Example
White with #28C41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C41E; }
p { color: rgb(40,196,30); }
H1.HeaderClassName
{
color: #28C41E;
}
.AnyTagClassName
{
color: #28C41E;
}
</style>
background-color css
<style>
a { background-color: #28C41E; }
a { background-color: rgb(40,196,30); }
div.DivClassName
{
background-color: #28C41E;
}
.BgClassName
{
background-color: #28C41E;
}
</style>
border-color css
<style>
span { border-color: #28C41E; }
span { border-color: rgb(40,196,30); }
td.TdClassName
{
border-color: #28C41E;
}
.TagClassName
{
border-color: #28C41E;
}
</style>