Shades of Lime Green #2DC422
Tints of Lime Green #2DC422
RGB
CMYK
RGB Variations
Color information
#2DC422 (or 0x2DC422) is known color: Lime Green. HEX triplet: 2D, C4 and 22. RGB value is (45,196,34). Sum of RGB (Red+Green+Blue) = 45+196+34=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 196 (76.95% from 255 or 71.27% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC422 is #D23BDD. Grayscale: #848484. Windows color (decimal): -13777886 or 2278445. OLE color: 2278445.
HSL color Cylindrical-coordinate representation of color #2DC422: hue angle of 115.93º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DC422 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 196 | 34 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.23 |
| HSL | 115.93º | 0.7% | 0.45% | - |
| HSV(B) | 115.93º | 0.83% | 0.77% | - |
| XYZ | 21.11 | 40.15 | 8.15 | - |
| YUV | 132.38 | 72.47 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 196 | 34 | 0.77 | 0 | 0.83 | 0.23 | 115.93 | 0.7 | 0.45 |
| Hex | 2D | C4 | 22 | 4D | 0 | 53 | 17 | 74 | 46 | 2D |
| Octal | 55 | 304 | 42 | 115 | 0 | 123 | 27 | 164 | 106 | 55 |
| Binary | 101101 | 11000100 | 100010 | 1001101 | 0 | 1010011 | 10111 | 1110100 | 1000110 | 101101 |
Color Harmonies of #2DC422
Complementary color
Monochromatic Colors of #2DC422
Black with #2DC422
Text Example
Text Example
White with #2DC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC422; }
p { color: rgb(45,196,34); }
H1.HeaderClassName
{
color: #2DC422;
}
.AnyTagClassName
{
color: #2DC422;
}
</style>
background-color css
<style>
a { background-color: #2DC422; }
a { background-color: rgb(45,196,34); }
div.DivClassName
{
background-color: #2DC422;
}
.BgClassName
{
background-color: #2DC422;
}
</style>
border-color css
<style>
span { border-color: #2DC422; }
span { border-color: rgb(45,196,34); }
td.TdClassName
{
border-color: #2DC422;
}
.TagClassName
{
border-color: #2DC422;
}
</style>