Shades of Lime Green #2DB61D
Tints of Lime Green #2DB61D
RGB
CMYK
RGB Variations
Color information
#2DB61D (or 0x2DB61D) is known color: Lime Green. HEX triplet: 2D, B6 and 1D. RGB value is (45,182,29). Sum of RGB (Red+Green+Blue) = 45+182+29=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 182 (71.48% from 255 or 71.09% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB61D is #D249E2. Grayscale: #7C7C7C. Windows color (decimal): -13781475 or 1947181. OLE color: 1947181.
HSL color Cylindrical-coordinate representation of color #2DB61D: hue angle of 113.73º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DB61D is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 29 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.29 |
| HSL | 113.73º | 0.73% | 0.41% | - |
| HSV(B) | 113.73º | 0.84% | 0.71% | - |
| XYZ | 18.03 | 34.1 | 6.79 | - |
| YUV | 123.6 | 74.61 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 29 | 0.75 | 0 | 0.84 | 0.29 | 113.73 | 0.73 | 0.41 |
| Hex | 2D | B6 | 1D | 4B | 0 | 54 | 1D | 72 | 49 | 29 |
| Octal | 55 | 266 | 35 | 113 | 0 | 124 | 35 | 162 | 111 | 51 |
| Binary | 101101 | 10110110 | 11101 | 1001011 | 0 | 1010100 | 11101 | 1110010 | 1001001 | 101001 |
Color Harmonies of #2DB61D
Complementary color
Monochromatic Colors of #2DB61D
Black with #2DB61D
Text Example
Text Example
White with #2DB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB61D; }
p { color: rgb(45,182,29); }
H1.HeaderClassName
{
color: #2DB61D;
}
.AnyTagClassName
{
color: #2DB61D;
}
</style>
background-color css
<style>
a { background-color: #2DB61D; }
a { background-color: rgb(45,182,29); }
div.DivClassName
{
background-color: #2DB61D;
}
.BgClassName
{
background-color: #2DB61D;
}
</style>
border-color css
<style>
span { border-color: #2DB61D; }
span { border-color: rgb(45,182,29); }
td.TdClassName
{
border-color: #2DB61D;
}
.TagClassName
{
border-color: #2DB61D;
}
</style>