Shades of Lime Green #2DD70D
Tints of Lime Green #2DD70D
RGB
CMYK
RGB Variations
Color information
#2DD70D (or 0x2DD70D) is known color: Lime Green. HEX triplet: 2D, D7 and 0D. RGB value is (45,215,13). Sum of RGB (Red+Green+Blue) = 45+215+13=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 215 (84.38% from 255 or 78.75% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD70D is #D228F2. Grayscale: #8D8D8D. Windows color (decimal): -13773043 or 907053. OLE color: 907053.
HSL color Cylindrical-coordinate representation of color #2DD70D: hue angle of 110.5º 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 #2DD70D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 13 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.16 |
| HSL | 110.5º | 0.89% | 0.45% | - |
| HSV(B) | 110.5º | 0.94% | 0.84% | - |
| XYZ | 25.46 | 49.19 | 8.53 | - |
| YUV | 141.14 | 55.68 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 13 | 0.79 | 0 | 0.94 | 0.16 | 110.5 | 0.89 | 0.45 |
| Hex | 2D | D7 | D | 4F | 0 | 5E | 10 | 6E | 59 | 2D |
| Octal | 55 | 327 | 15 | 117 | 0 | 136 | 20 | 156 | 131 | 55 |
| Binary | 101101 | 11010111 | 1101 | 1001111 | 0 | 1011110 | 10000 | 1101110 | 1011001 | 101101 |
Color Harmonies of #2DD70D
Complementary color
Monochromatic Colors of #2DD70D
Black with #2DD70D
Text Example
Text Example
White with #2DD70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD70D; }
p { color: rgb(45,215,13); }
H1.HeaderClassName
{
color: #2DD70D;
}
.AnyTagClassName
{
color: #2DD70D;
}
</style>
background-color css
<style>
a { background-color: #2DD70D; }
a { background-color: rgb(45,215,13); }
div.DivClassName
{
background-color: #2DD70D;
}
.BgClassName
{
background-color: #2DD70D;
}
</style>
border-color css
<style>
span { border-color: #2DD70D; }
span { border-color: rgb(45,215,13); }
td.TdClassName
{
border-color: #2DD70D;
}
.TagClassName
{
border-color: #2DD70D;
}
</style>