Shades of Lime Green #28DD0D
Tints of Lime Green #28DD0D
RGB
CMYK
RGB Variations
Color information
#28DD0D (or 0x28DD0D) is known color: Lime Green. HEX triplet: 28, DD and 0D. RGB value is (40,221,13). Sum of RGB (Red+Green+Blue) = 40+221+13=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 221 (86.72% from 255 or 80.66% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DD0D is #D722F2. Grayscale: #8F8F8F. Windows color (decimal): -14099187 or 908584. OLE color: 908584.
HSL color Cylindrical-coordinate representation of color #28DD0D: hue angle of 112.21º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28DD0D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 13 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.13 |
| HSL | 112.21º | 0.89% | 0.46% | - |
| HSV(B) | 112.21º | 0.94% | 0.87% | - |
| XYZ | 26.8 | 52.19 | 9.04 | - |
| YUV | 143.17 | 54.53 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 13 | 0.82 | 0 | 0.94 | 0.13 | 112.21 | 0.89 | 0.46 |
| Hex | 28 | DD | D | 52 | 0 | 5E | D | 70 | 59 | 2E |
| Octal | 50 | 335 | 15 | 122 | 0 | 136 | 15 | 160 | 131 | 56 |
| Binary | 101000 | 11011101 | 1101 | 1010010 | 0 | 1011110 | 1101 | 1110000 | 1011001 | 101110 |
Color Harmonies of #28DD0D
Complementary color
Monochromatic Colors of #28DD0D
Black with #28DD0D
Text Example
Text Example
White with #28DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD0D; }
p { color: rgb(40,221,13); }
H1.HeaderClassName
{
color: #28DD0D;
}
.AnyTagClassName
{
color: #28DD0D;
}
</style>
background-color css
<style>
a { background-color: #28DD0D; }
a { background-color: rgb(40,221,13); }
div.DivClassName
{
background-color: #28DD0D;
}
.BgClassName
{
background-color: #28DD0D;
}
</style>
border-color css
<style>
span { border-color: #28DD0D; }
span { border-color: rgb(40,221,13); }
td.TdClassName
{
border-color: #28DD0D;
}
.TagClassName
{
border-color: #28DD0D;
}
</style>