Shades of Lime Green #2DB422
Tints of Lime Green #2DB422
RGB
CMYK
RGB Variations
Color information
#2DB422 (or 0x2DB422) is known color: Lime Green. HEX triplet: 2D, B4 and 22. RGB value is (45,180,34). Sum of RGB (Red+Green+Blue) = 45+180+34=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 180 (70.70% from 255 or 69.50% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB422 is #D24BDD. Grayscale: #7B7B7B. Windows color (decimal): -13781982 or 2274349. OLE color: 2274349.
HSL color Cylindrical-coordinate representation of color #2DB422: hue angle of 115.48º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DB422 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 34 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.29 |
| HSL | 115.48º | 0.68% | 0.42% | - |
| HSV(B) | 115.48º | 0.81% | 0.71% | - |
| XYZ | 17.69 | 33.32 | 7.01 | - |
| YUV | 122.99 | 77.77 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 34 | 0.75 | 0 | 0.81 | 0.29 | 115.48 | 0.68 | 0.42 |
| Hex | 2D | B4 | 22 | 4B | 0 | 51 | 1D | 73 | 44 | 2A |
| Octal | 55 | 264 | 42 | 113 | 0 | 121 | 35 | 163 | 104 | 52 |
| Binary | 101101 | 10110100 | 100010 | 1001011 | 0 | 1010001 | 11101 | 1110011 | 1000100 | 101010 |
Color Harmonies of #2DB422
Complementary color
Monochromatic Colors of #2DB422
Black with #2DB422
Text Example
Text Example
White with #2DB422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB422; }
p { color: rgb(45,180,34); }
H1.HeaderClassName
{
color: #2DB422;
}
.AnyTagClassName
{
color: #2DB422;
}
</style>
background-color css
<style>
a { background-color: #2DB422; }
a { background-color: rgb(45,180,34); }
div.DivClassName
{
background-color: #2DB422;
}
.BgClassName
{
background-color: #2DB422;
}
</style>
border-color css
<style>
span { border-color: #2DB422; }
span { border-color: rgb(45,180,34); }
td.TdClassName
{
border-color: #2DB422;
}
.TagClassName
{
border-color: #2DB422;
}
</style>