Shades of Lime Green #2DB62E
Tints of Lime Green #2DB62E
RGB
CMYK
RGB Variations
Color information
#2DB62E (or 0x2DB62E) is known color: Lime Green. HEX triplet: 2D, B6 and 2E. RGB value is (45,182,46). Sum of RGB (Red+Green+Blue) = 45+182+46=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 182 (71.48% from 255 or 66.67% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB62E is #D249D1. Grayscale: #7D7D7D. Windows color (decimal): -13781458 or 3061293. OLE color: 3061293.
HSL color Cylindrical-coordinate representation of color #2DB62E: hue angle of 120.44º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB62E is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 46 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.29 |
| HSL | 120.44º | 0.6% | 0.45% | - |
| HSV(B) | 120.44º | 0.75% | 0.71% | - |
| XYZ | 18.3 | 34.21 | 8.22 | - |
| YUV | 125.53 | 83.11 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 46 | 0.75 | 0 | 0.75 | 0.29 | 120.44 | 0.6 | 0.45 |
| Hex | 2D | B6 | 2E | 4B | 0 | 4B | 1D | 78 | 3C | 2D |
| Octal | 55 | 266 | 56 | 113 | 0 | 113 | 35 | 170 | 74 | 55 |
| Binary | 101101 | 10110110 | 101110 | 1001011 | 0 | 1001011 | 11101 | 1111000 | 111100 | 101101 |
Color Harmonies of #2DB62E
Complementary color
Monochromatic Colors of #2DB62E
Black with #2DB62E
Text Example
Text Example
White with #2DB62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB62E; }
p { color: rgb(45,182,46); }
H1.HeaderClassName
{
color: #2DB62E;
}
.AnyTagClassName
{
color: #2DB62E;
}
</style>
background-color css
<style>
a { background-color: #2DB62E; }
a { background-color: rgb(45,182,46); }
div.DivClassName
{
background-color: #2DB62E;
}
.BgClassName
{
background-color: #2DB62E;
}
</style>
border-color css
<style>
span { border-color: #2DB62E; }
span { border-color: rgb(45,182,46); }
td.TdClassName
{
border-color: #2DB62E;
}
.TagClassName
{
border-color: #2DB62E;
}
</style>