Shades of Lime Green #2DB31F
Tints of Lime Green #2DB31F
RGB
CMYK
RGB Variations
Color information
#2DB31F (or 0x2DB31F) is known color: Lime Green. HEX triplet: 2D, B3 and 1F. RGB value is (45,179,31). Sum of RGB (Red+Green+Blue) = 45+179+31=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB31F is #D24CE0. Grayscale: #7A7A7A. Windows color (decimal): -13782241 or 2077485. OLE color: 2077485.
HSL color Cylindrical-coordinate representation of color #2DB31F: hue angle of 114.32º degrees, saturation: 0.7, 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 #2DB31F is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 31 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.30 |
| HSL | 114.32º | 0.7% | 0.41% | - |
| HSV(B) | 114.32º | 0.83% | 0.7% | - |
| XYZ | 17.45 | 32.9 | 6.73 | - |
| YUV | 122.06 | 76.61 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 31 | 0.75 | 0 | 0.83 | 0.30 | 114.32 | 0.7 | 0.41 |
| Hex | 2D | B3 | 1F | 4B | 0 | 53 | 1E | 72 | 46 | 29 |
| Octal | 55 | 263 | 37 | 113 | 0 | 123 | 36 | 162 | 106 | 51 |
| Binary | 101101 | 10110011 | 11111 | 1001011 | 0 | 1010011 | 11110 | 1110010 | 1000110 | 101001 |
Color Harmonies of #2DB31F
Complementary color
Monochromatic Colors of #2DB31F
Black with #2DB31F
Text Example
Text Example
White with #2DB31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB31F; }
p { color: rgb(45,179,31); }
H1.HeaderClassName
{
color: #2DB31F;
}
.AnyTagClassName
{
color: #2DB31F;
}
</style>
background-color css
<style>
a { background-color: #2DB31F; }
a { background-color: rgb(45,179,31); }
div.DivClassName
{
background-color: #2DB31F;
}
.BgClassName
{
background-color: #2DB31F;
}
</style>
border-color css
<style>
span { border-color: #2DB31F; }
span { border-color: rgb(45,179,31); }
td.TdClassName
{
border-color: #2DB31F;
}
.TagClassName
{
border-color: #2DB31F;
}
</style>