Shades of Lime Green #28D428
Tints of Lime Green #28D428
RGB
CMYK
RGB Variations
Color information
#28D428 (or 0x28D428) is known color: Lime Green. HEX triplet: 28, D4 and 28. RGB value is (40,212,40). Sum of RGB (Red+Green+Blue) = 40+212+40=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 212 (83.20% from 255 or 72.60% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 212 - color contains mainly: green. Hex color #28D428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D428 is #D72BD7. Grayscale: #8D8D8D. Windows color (decimal): -14101464 or 2675752. OLE color: 2675752.
HSL color Cylindrical-coordinate representation of color #28D428: hue angle of 120º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D428 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 212 | 40 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.17 |
| HSL | 120º | 0.68% | 0.49% | - |
| HSV(B) | 120º | 0.81% | 0.83% | - |
| XYZ | 24.8 | 47.69 | 9.91 | - |
| YUV | 140.96 | 71.02 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 40 | 0.81 | 0 | 0.81 | 0.17 | 120 | 0.68 | 0.49 |
| Hex | 28 | D4 | 28 | 51 | 0 | 51 | 11 | 78 | 44 | 31 |
| Octal | 50 | 324 | 50 | 121 | 0 | 121 | 21 | 170 | 104 | 61 |
| Binary | 101000 | 11010100 | 101000 | 1010001 | 0 | 1010001 | 10001 | 1111000 | 1000100 | 110001 |
Color Harmonies of #28D428
Complementary color
Monochromatic Colors of #28D428
Black with #28D428
Text Example
Text Example
White with #28D428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D428; }
p { color: rgb(40,212,40); }
H1.HeaderClassName
{
color: #28D428;
}
.AnyTagClassName
{
color: #28D428;
}
</style>
background-color css
<style>
a { background-color: #28D428; }
a { background-color: rgb(40,212,40); }
div.DivClassName
{
background-color: #28D428;
}
.BgClassName
{
background-color: #28D428;
}
</style>
border-color css
<style>
span { border-color: #28D428; }
span { border-color: rgb(40,212,40); }
td.TdClassName
{
border-color: #28D428;
}
.TagClassName
{
border-color: #28D428;
}
</style>