Shades of Lime Green #28D445
Tints of Lime Green #28D445
RGB
CMYK
RGB Variations
Color information
#28D445 (or 0x28D445) is known color: Lime Green. HEX triplet: 28, D4 and 45. RGB value is (40,212,69). Sum of RGB (Red+Green+Blue) = 40+212+69=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 212 (83.20% from 255 or 66.04% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 212 - color contains mainly: green. Hex color #28D445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D445 is #D72BBA. Grayscale: #909090. Windows color (decimal): -14101435 or 4576296. OLE color: 4576296.
HSL color Cylindrical-coordinate representation of color #28D445: hue angle of 130.12º 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 #28D445 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 212 | 69 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.17 |
| HSL | 130.12º | 0.68% | 0.49% | - |
| HSV(B) | 130.12º | 0.81% | 0.83% | - |
| XYZ | 25.49 | 47.97 | 13.55 | - |
| YUV | 144.27 | 85.52 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 69 | 0.81 | 0 | 0.67 | 0.17 | 130.12 | 0.68 | 0.49 |
| Hex | 28 | D4 | 45 | 51 | 0 | 43 | 11 | 82 | 44 | 31 |
| Octal | 50 | 324 | 105 | 121 | 0 | 103 | 21 | 202 | 104 | 61 |
| Binary | 101000 | 11010100 | 1000101 | 1010001 | 0 | 1000011 | 10001 | 10000010 | 1000100 | 110001 |
Color Harmonies of #28D445
Complementary color
Monochromatic Colors of #28D445
Black with #28D445
Text Example
Text Example
White with #28D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D445; }
p { color: rgb(40,212,69); }
H1.HeaderClassName
{
color: #28D445;
}
.AnyTagClassName
{
color: #28D445;
}
</style>
background-color css
<style>
a { background-color: #28D445; }
a { background-color: rgb(40,212,69); }
div.DivClassName
{
background-color: #28D445;
}
.BgClassName
{
background-color: #28D445;
}
</style>
border-color css
<style>
span { border-color: #28D445; }
span { border-color: rgb(40,212,69); }
td.TdClassName
{
border-color: #28D445;
}
.TagClassName
{
border-color: #28D445;
}
</style>