Shades of Lime Green #28D447
Tints of Lime Green #28D447
RGB
CMYK
RGB Variations
Color information
#28D447 (or 0x28D447) is known color: Lime Green. HEX triplet: 28, D4 and 47. RGB value is (40,212,71). Sum of RGB (Red+Green+Blue) = 40+212+71=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 212 (83.20% from 255 or 65.63% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 212 - color contains mainly: green. Hex color #28D447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D447 is #D72BB8. Grayscale: #909090. Windows color (decimal): -14101433 or 4707368. OLE color: 4707368.
HSL color Cylindrical-coordinate representation of color #28D447: hue angle of 130.81º 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 #28D447 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 212 | 71 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.17 |
| HSL | 130.81º | 0.68% | 0.49% | - |
| HSV(B) | 130.81º | 0.81% | 0.83% | - |
| XYZ | 25.56 | 47.99 | 13.88 | - |
| YUV | 144.5 | 86.52 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 71 | 0.81 | 0 | 0.67 | 0.17 | 130.81 | 0.68 | 0.49 |
| Hex | 28 | D4 | 47 | 51 | 0 | 43 | 11 | 83 | 44 | 31 |
| Octal | 50 | 324 | 107 | 121 | 0 | 103 | 21 | 203 | 104 | 61 |
| Binary | 101000 | 11010100 | 1000111 | 1010001 | 0 | 1000011 | 10001 | 10000011 | 1000100 | 110001 |
Color Harmonies of #28D447
Complementary color
Monochromatic Colors of #28D447
Black with #28D447
Text Example
Text Example
White with #28D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D447; }
p { color: rgb(40,212,71); }
H1.HeaderClassName
{
color: #28D447;
}
.AnyTagClassName
{
color: #28D447;
}
</style>
background-color css
<style>
a { background-color: #28D447; }
a { background-color: rgb(40,212,71); }
div.DivClassName
{
background-color: #28D447;
}
.BgClassName
{
background-color: #28D447;
}
</style>
border-color css
<style>
span { border-color: #28D447; }
span { border-color: rgb(40,212,71); }
td.TdClassName
{
border-color: #28D447;
}
.TagClassName
{
border-color: #28D447;
}
</style>