Shades of Lime Green #28D60E
Tints of Lime Green #28D60E
RGB
CMYK
RGB Variations
Color information
#28D60E (or 0x28D60E) is known color: Lime Green. HEX triplet: 28, D6 and 0E. RGB value is (40,214,14). Sum of RGB (Red+Green+Blue) = 40+214+14=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 214 (83.98% from 255 or 79.85% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 214 - color contains mainly: green. Hex color #28D60E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D60E is #D729F1. Grayscale: #8B8B8B. Windows color (decimal): -14100978 or 972328. OLE color: 972328.
HSL color Cylindrical-coordinate representation of color #28D60E: hue angle of 112.2º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28D60E is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 14 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.16 |
| HSL | 112.2º | 0.88% | 0.45% | - |
| HSV(B) | 112.2º | 0.93% | 0.84% | - |
| XYZ | 25 | 48.58 | 8.47 | - |
| YUV | 139.17 | 57.35 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 14 | 0.81 | 0 | 0.93 | 0.16 | 112.2 | 0.88 | 0.45 |
| Hex | 28 | D6 | E | 51 | 0 | 5D | 10 | 70 | 58 | 2D |
| Octal | 50 | 326 | 16 | 121 | 0 | 135 | 20 | 160 | 130 | 55 |
| Binary | 101000 | 11010110 | 1110 | 1010001 | 0 | 1011101 | 10000 | 1110000 | 1011000 | 101101 |
Color Harmonies of #28D60E
Complementary color
Monochromatic Colors of #28D60E
Black with #28D60E
Text Example
Text Example
White with #28D60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D60E; }
p { color: rgb(40,214,14); }
H1.HeaderClassName
{
color: #28D60E;
}
.AnyTagClassName
{
color: #28D60E;
}
</style>
background-color css
<style>
a { background-color: #28D60E; }
a { background-color: rgb(40,214,14); }
div.DivClassName
{
background-color: #28D60E;
}
.BgClassName
{
background-color: #28D60E;
}
</style>
border-color css
<style>
span { border-color: #28D60E; }
span { border-color: rgb(40,214,14); }
td.TdClassName
{
border-color: #28D60E;
}
.TagClassName
{
border-color: #28D60E;
}
</style>