Shades of Lime Green #28D446
Tints of Lime Green #28D446
RGB
CMYK
RGB Variations
Color information
#28D446 (or 0x28D446) is known color: Lime Green. HEX triplet: 28, D4 and 46. RGB value is (40,212,70). Sum of RGB (Red+Green+Blue) = 40+212+70=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 212 (83.20% from 255 or 65.84% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 212 - color contains mainly: green. Hex color #28D446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D446 is #D72BB9. Grayscale: #909090. Windows color (decimal): -14101434 or 4641832. OLE color: 4641832.
HSL color Cylindrical-coordinate representation of color #28D446: hue angle of 130.47º 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 #28D446 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 212 | 70 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.17 |
| HSL | 130.47º | 0.68% | 0.49% | - |
| HSV(B) | 130.47º | 0.81% | 0.83% | - |
| XYZ | 25.52 | 47.98 | 13.71 | - |
| YUV | 144.38 | 86.02 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 70 | 0.81 | 0 | 0.67 | 0.17 | 130.47 | 0.68 | 0.49 |
| Hex | 28 | D4 | 46 | 51 | 0 | 43 | 11 | 82 | 44 | 31 |
| Octal | 50 | 324 | 106 | 121 | 0 | 103 | 21 | 202 | 104 | 61 |
| Binary | 101000 | 11010100 | 1000110 | 1010001 | 0 | 1000011 | 10001 | 10000010 | 1000100 | 110001 |
Color Harmonies of #28D446
Complementary color
Monochromatic Colors of #28D446
Black with #28D446
Text Example
Text Example
White with #28D446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D446; }
p { color: rgb(40,212,70); }
H1.HeaderClassName
{
color: #28D446;
}
.AnyTagClassName
{
color: #28D446;
}
</style>
background-color css
<style>
a { background-color: #28D446; }
a { background-color: rgb(40,212,70); }
div.DivClassName
{
background-color: #28D446;
}
.BgClassName
{
background-color: #28D446;
}
</style>
border-color css
<style>
span { border-color: #28D446; }
span { border-color: rgb(40,212,70); }
td.TdClassName
{
border-color: #28D446;
}
.TagClassName
{
border-color: #28D446;
}
</style>