Shades of Lime Green #28D30C
Tints of Lime Green #28D30C
RGB
CMYK
RGB Variations
Color information
#28D30C (or 0x28D30C) is known color: Lime Green. HEX triplet: 28, D3 and 0C. RGB value is (40,211,12). Sum of RGB (Red+Green+Blue) = 40+211+12=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 211 (82.81% from 255 or 80.23% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 211 - color contains mainly: green. Hex color #28D30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D30C is #D72CF3. Grayscale: #898989. Windows color (decimal): -14101748 or 840488. OLE color: 840488.
HSL color Cylindrical-coordinate representation of color #28D30C: hue angle of 111.56º 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 #28D30C is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 211 | 12 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.17 |
| HSL | 111.56º | 0.89% | 0.44% | - |
| HSV(B) | 111.56º | 0.94% | 0.83% | - |
| XYZ | 24.24 | 47.07 | 8.16 | - |
| YUV | 137.19 | 57.35 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 12 | 0.81 | 0 | 0.94 | 0.17 | 111.56 | 0.89 | 0.44 |
| Hex | 28 | D3 | C | 51 | 0 | 5E | 11 | 70 | 59 | 2C |
| Octal | 50 | 323 | 14 | 121 | 0 | 136 | 21 | 160 | 131 | 54 |
| Binary | 101000 | 11010011 | 1100 | 1010001 | 0 | 1011110 | 10001 | 1110000 | 1011001 | 101100 |
Color Harmonies of #28D30C
Complementary color
Monochromatic Colors of #28D30C
Black with #28D30C
Text Example
Text Example
White with #28D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D30C; }
p { color: rgb(40,211,12); }
H1.HeaderClassName
{
color: #28D30C;
}
.AnyTagClassName
{
color: #28D30C;
}
</style>
background-color css
<style>
a { background-color: #28D30C; }
a { background-color: rgb(40,211,12); }
div.DivClassName
{
background-color: #28D30C;
}
.BgClassName
{
background-color: #28D30C;
}
</style>
border-color css
<style>
span { border-color: #28D30C; }
span { border-color: rgb(40,211,12); }
td.TdClassName
{
border-color: #28D30C;
}
.TagClassName
{
border-color: #28D30C;
}
</style>