Shades of Lime Green #2DB61E
Tints of Lime Green #2DB61E
RGB
CMYK
RGB Variations
Color information
#2DB61E (or 0x2DB61E) is known color: Lime Green. HEX triplet: 2D, B6 and 1E. RGB value is (45,182,30). Sum of RGB (Red+Green+Blue) = 45+182+30=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 182 (71.48% from 255 or 70.82% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB61E is #D249E1. Grayscale: #7C7C7C. Windows color (decimal): -13781474 or 2012717. OLE color: 2012717.
HSL color Cylindrical-coordinate representation of color #2DB61E: hue angle of 114.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DB61E is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 30 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.29 |
| HSL | 114.08º | 0.72% | 0.42% | - |
| HSV(B) | 114.08º | 0.84% | 0.71% | - |
| XYZ | 18.04 | 34.11 | 6.86 | - |
| YUV | 123.71 | 75.11 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 30 | 0.75 | 0 | 0.84 | 0.29 | 114.08 | 0.72 | 0.42 |
| Hex | 2D | B6 | 1E | 4B | 0 | 54 | 1D | 72 | 48 | 2A |
| Octal | 55 | 266 | 36 | 113 | 0 | 124 | 35 | 162 | 110 | 52 |
| Binary | 101101 | 10110110 | 11110 | 1001011 | 0 | 1010100 | 11101 | 1110010 | 1001000 | 101010 |
Color Harmonies of #2DB61E
Complementary color
Monochromatic Colors of #2DB61E
Black with #2DB61E
Text Example
Text Example
White with #2DB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB61E; }
p { color: rgb(45,182,30); }
H1.HeaderClassName
{
color: #2DB61E;
}
.AnyTagClassName
{
color: #2DB61E;
}
</style>
background-color css
<style>
a { background-color: #2DB61E; }
a { background-color: rgb(45,182,30); }
div.DivClassName
{
background-color: #2DB61E;
}
.BgClassName
{
background-color: #2DB61E;
}
</style>
border-color css
<style>
span { border-color: #2DB61E; }
span { border-color: rgb(45,182,30); }
td.TdClassName
{
border-color: #2DB61E;
}
.TagClassName
{
border-color: #2DB61E;
}
</style>