Shades of Lime Green #28D70D
Tints of Lime Green #28D70D
RGB
CMYK
RGB Variations
Color information
#28D70D (or 0x28D70D) is known color: Lime Green. HEX triplet: 28, D7 and 0D. RGB value is (40,215,13). Sum of RGB (Red+Green+Blue) = 40+215+13=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 215 (84.38% from 255 or 80.22% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 215 - color contains mainly: green. Hex color #28D70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D70D is #D728F2. Grayscale: #8C8C8C. Windows color (decimal): -14100723 or 907048. OLE color: 907048.
HSL color Cylindrical-coordinate representation of color #28D70D: hue angle of 111.98º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28D70D is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 215 | 13 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.16 |
| HSL | 111.98º | 0.89% | 0.45% | - |
| HSV(B) | 111.98º | 0.94% | 0.84% | - |
| XYZ | 25.25 | 49.08 | 8.52 | - |
| YUV | 139.65 | 56.52 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 215 | 13 | 0.81 | 0 | 0.94 | 0.16 | 111.98 | 0.89 | 0.45 |
| Hex | 28 | D7 | D | 51 | 0 | 5E | 10 | 70 | 59 | 2D |
| Octal | 50 | 327 | 15 | 121 | 0 | 136 | 20 | 160 | 131 | 55 |
| Binary | 101000 | 11010111 | 1101 | 1010001 | 0 | 1011110 | 10000 | 1110000 | 1011001 | 101101 |
Color Harmonies of #28D70D
Complementary color
Monochromatic Colors of #28D70D
Black with #28D70D
Text Example
Text Example
White with #28D70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D70D; }
p { color: rgb(40,215,13); }
H1.HeaderClassName
{
color: #28D70D;
}
.AnyTagClassName
{
color: #28D70D;
}
</style>
background-color css
<style>
a { background-color: #28D70D; }
a { background-color: rgb(40,215,13); }
div.DivClassName
{
background-color: #28D70D;
}
.BgClassName
{
background-color: #28D70D;
}
</style>
border-color css
<style>
span { border-color: #28D70D; }
span { border-color: rgb(40,215,13); }
td.TdClassName
{
border-color: #28D70D;
}
.TagClassName
{
border-color: #28D70D;
}
</style>