Shades of Lime Green #2DB731
Tints of Lime Green #2DB731
RGB
CMYK
RGB Variations
Color information
#2DB731 (or 0x2DB731) is known color: Lime Green. HEX triplet: 2D, B7 and 31. RGB value is (45,183,49). Sum of RGB (Red+Green+Blue) = 45+183+49=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 183 (71.88% from 255 or 66.06% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB731 is #D248CE. Grayscale: #7E7E7E. Windows color (decimal): -13781199 or 3258157. OLE color: 3258157.
HSL color Cylindrical-coordinate representation of color #2DB731: hue angle of 121.74º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB731 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 49 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.28 |
| HSL | 121.74º | 0.61% | 0.45% | - |
| HSV(B) | 121.74º | 0.75% | 0.72% | - |
| XYZ | 18.57 | 34.65 | 8.61 | - |
| YUV | 126.46 | 84.28 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 49 | 0.75 | 0 | 0.73 | 0.28 | 121.74 | 0.61 | 0.45 |
| Hex | 2D | B7 | 31 | 4B | 0 | 49 | 1C | 7A | 3D | 2D |
| Octal | 55 | 267 | 61 | 113 | 0 | 111 | 34 | 172 | 75 | 55 |
| Binary | 101101 | 10110111 | 110001 | 1001011 | 0 | 1001001 | 11100 | 1111010 | 111101 | 101101 |
Color Harmonies of #2DB731
Complementary color
Monochromatic Colors of #2DB731
Black with #2DB731
Text Example
Text Example
White with #2DB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB731; }
p { color: rgb(45,183,49); }
H1.HeaderClassName
{
color: #2DB731;
}
.AnyTagClassName
{
color: #2DB731;
}
</style>
background-color css
<style>
a { background-color: #2DB731; }
a { background-color: rgb(45,183,49); }
div.DivClassName
{
background-color: #2DB731;
}
.BgClassName
{
background-color: #2DB731;
}
</style>
border-color css
<style>
span { border-color: #2DB731; }
span { border-color: rgb(45,183,49); }
td.TdClassName
{
border-color: #2DB731;
}
.TagClassName
{
border-color: #2DB731;
}
</style>