Shades of Lime Green #2DC721
Tints of Lime Green #2DC721
RGB
CMYK
RGB Variations
Color information
#2DC721 (or 0x2DC721) is known color: Lime Green. HEX triplet: 2D, C7 and 21. RGB value is (45,199,33). Sum of RGB (Red+Green+Blue) = 45+199+33=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 199 (78.12% from 255 or 71.84% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC721 is #D238DE. Grayscale: #868686. Windows color (decimal): -13777119 or 2213677. OLE color: 2213677.
HSL color Cylindrical-coordinate representation of color #2DC721: hue angle of 115.66º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DC721 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 199 | 33 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.22 |
| HSL | 115.66º | 0.72% | 0.45% | - |
| HSV(B) | 115.66º | 0.83% | 0.78% | - |
| XYZ | 21.78 | 41.51 | 8.3 | - |
| YUV | 134.03 | 70.98 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 199 | 33 | 0.77 | 0 | 0.83 | 0.22 | 115.66 | 0.72 | 0.45 |
| Hex | 2D | C7 | 21 | 4D | 0 | 53 | 16 | 74 | 48 | 2D |
| Octal | 55 | 307 | 41 | 115 | 0 | 123 | 26 | 164 | 110 | 55 |
| Binary | 101101 | 11000111 | 100001 | 1001101 | 0 | 1010011 | 10110 | 1110100 | 1001000 | 101101 |
Color Harmonies of #2DC721
Complementary color
Monochromatic Colors of #2DC721
Black with #2DC721
Text Example
Text Example
White with #2DC721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC721; }
p { color: rgb(45,199,33); }
H1.HeaderClassName
{
color: #2DC721;
}
.AnyTagClassName
{
color: #2DC721;
}
</style>
background-color css
<style>
a { background-color: #2DC721; }
a { background-color: rgb(45,199,33); }
div.DivClassName
{
background-color: #2DC721;
}
.BgClassName
{
background-color: #2DC721;
}
</style>
border-color css
<style>
span { border-color: #2DC721; }
span { border-color: rgb(45,199,33); }
td.TdClassName
{
border-color: #2DC721;
}
.TagClassName
{
border-color: #2DC721;
}
</style>