Shades of Lime Green #28D40C
Tints of Lime Green #28D40C
RGB
CMYK
RGB Variations
Color information
#28D40C (or 0x28D40C) is known color: Lime Green. HEX triplet: 28, D4 and 0C. RGB value is (40,212,12). Sum of RGB (Red+Green+Blue) = 40+212+12=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 212 (83.20% from 255 or 80.30% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 212 - color contains mainly: green. Hex color #28D40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D40C is #D72BF3. Grayscale: #8A8A8A. Windows color (decimal): -14101492 or 840744. OLE color: 840744.
HSL color Cylindrical-coordinate representation of color #28D40C: hue angle of 111.6º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28D40C is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 212 | 12 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.17 |
| HSL | 111.6º | 0.89% | 0.44% | - |
| HSV(B) | 111.6º | 0.94% | 0.83% | - |
| XYZ | 24.48 | 47.56 | 8.24 | - |
| YUV | 137.77 | 57.02 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 12 | 0.81 | 0 | 0.94 | 0.17 | 111.6 | 0.89 | 0.44 |
| Hex | 28 | D4 | C | 51 | 0 | 5E | 11 | 70 | 59 | 2C |
| Octal | 50 | 324 | 14 | 121 | 0 | 136 | 21 | 160 | 131 | 54 |
| Binary | 101000 | 11010100 | 1100 | 1010001 | 0 | 1011110 | 10001 | 1110000 | 1011001 | 101100 |
Color Harmonies of #28D40C
Complementary color
Monochromatic Colors of #28D40C
Black with #28D40C
Text Example
Text Example
White with #28D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D40C; }
p { color: rgb(40,212,12); }
H1.HeaderClassName
{
color: #28D40C;
}
.AnyTagClassName
{
color: #28D40C;
}
</style>
background-color css
<style>
a { background-color: #28D40C; }
a { background-color: rgb(40,212,12); }
div.DivClassName
{
background-color: #28D40C;
}
.BgClassName
{
background-color: #28D40C;
}
</style>
border-color css
<style>
span { border-color: #28D40C; }
span { border-color: rgb(40,212,12); }
td.TdClassName
{
border-color: #28D40C;
}
.TagClassName
{
border-color: #28D40C;
}
</style>