Shades of Lime Green #2DC722
Tints of Lime Green #2DC722
RGB
CMYK
RGB Variations
Color information
#2DC722 (or 0x2DC722) is known color: Lime Green. HEX triplet: 2D, C7 and 22. RGB value is (45,199,34). Sum of RGB (Red+Green+Blue) = 45+199+34=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 199 (78.12% from 255 or 71.58% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC722 is #D238DD. Grayscale: #868686. Windows color (decimal): -13777118 or 2279213. OLE color: 2279213.
HSL color Cylindrical-coordinate representation of color #2DC722: hue angle of 116º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DC722 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 199 | 34 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.22 |
| HSL | 116º | 0.71% | 0.46% | - |
| HSV(B) | 116º | 0.83% | 0.78% | - |
| XYZ | 21.79 | 41.52 | 8.38 | - |
| YUV | 134.14 | 71.48 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 199 | 34 | 0.77 | 0 | 0.83 | 0.22 | 116 | 0.71 | 0.46 |
| Hex | 2D | C7 | 22 | 4D | 0 | 53 | 16 | 74 | 47 | 2E |
| Octal | 55 | 307 | 42 | 115 | 0 | 123 | 26 | 164 | 107 | 56 |
| Binary | 101101 | 11000111 | 100010 | 1001101 | 0 | 1010011 | 10110 | 1110100 | 1000111 | 101110 |
Color Harmonies of #2DC722
Complementary color
Monochromatic Colors of #2DC722
Black with #2DC722
Text Example
Text Example
White with #2DC722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC722; }
p { color: rgb(45,199,34); }
H1.HeaderClassName
{
color: #2DC722;
}
.AnyTagClassName
{
color: #2DC722;
}
</style>
background-color css
<style>
a { background-color: #2DC722; }
a { background-color: rgb(45,199,34); }
div.DivClassName
{
background-color: #2DC722;
}
.BgClassName
{
background-color: #2DC722;
}
</style>
border-color css
<style>
span { border-color: #2DC722; }
span { border-color: rgb(45,199,34); }
td.TdClassName
{
border-color: #2DC722;
}
.TagClassName
{
border-color: #2DC722;
}
</style>