Shades of Lime Green #2DB31E
Tints of Lime Green #2DB31E
RGB
CMYK
RGB Variations
Color information
#2DB31E (or 0x2DB31E) is known color: Lime Green. HEX triplet: 2D, B3 and 1E. RGB value is (45,179,30). Sum of RGB (Red+Green+Blue) = 45+179+30=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 179 (70.31% from 255 or 70.47% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB31E is #D24CE1. Grayscale: #7A7A7A. Windows color (decimal): -13782242 or 2011949. OLE color: 2011949.
HSL color Cylindrical-coordinate representation of color #2DB31E: hue angle of 113.96º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DB31E is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 30 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.30 |
| HSL | 113.96º | 0.71% | 0.41% | - |
| HSV(B) | 113.96º | 0.83% | 0.7% | - |
| XYZ | 17.44 | 32.89 | 6.66 | - |
| YUV | 121.95 | 76.11 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 30 | 0.75 | 0 | 0.83 | 0.30 | 113.96 | 0.71 | 0.41 |
| Hex | 2D | B3 | 1E | 4B | 0 | 53 | 1E | 72 | 47 | 29 |
| Octal | 55 | 263 | 36 | 113 | 0 | 123 | 36 | 162 | 107 | 51 |
| Binary | 101101 | 10110011 | 11110 | 1001011 | 0 | 1010011 | 11110 | 1110010 | 1000111 | 101001 |
Color Harmonies of #2DB31E
Complementary color
Monochromatic Colors of #2DB31E
Black with #2DB31E
Text Example
Text Example
White with #2DB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB31E; }
p { color: rgb(45,179,30); }
H1.HeaderClassName
{
color: #2DB31E;
}
.AnyTagClassName
{
color: #2DB31E;
}
</style>
background-color css
<style>
a { background-color: #2DB31E; }
a { background-color: rgb(45,179,30); }
div.DivClassName
{
background-color: #2DB31E;
}
.BgClassName
{
background-color: #2DB31E;
}
</style>
border-color css
<style>
span { border-color: #2DB31E; }
span { border-color: rgb(45,179,30); }
td.TdClassName
{
border-color: #2DB31E;
}
.TagClassName
{
border-color: #2DB31E;
}
</style>