Shades of Lime Green #2DB839
Tints of Lime Green #2DB839
RGB
CMYK
RGB Variations
Color information
#2DB839 (or 0x2DB839) is known color: Lime Green. HEX triplet: 2D, B8 and 39. RGB value is (45,184,57). Sum of RGB (Red+Green+Blue) = 45+184+57=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 184 (72.27% from 255 or 64.34% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB839 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB839 is #D247C6. Grayscale: #808080. Windows color (decimal): -13780935 or 3782701. OLE color: 3782701.
HSL color Cylindrical-coordinate representation of color #2DB839: hue angle of 125.18º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB839 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 57 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.28 |
| HSL | 125.18º | 0.61% | 0.45% | - |
| HSV(B) | 125.18º | 0.76% | 0.72% | - |
| XYZ | 18.96 | 35.13 | 9.65 | - |
| YUV | 127.96 | 87.95 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 57 | 0.76 | 0 | 0.69 | 0.28 | 125.18 | 0.61 | 0.45 |
| Hex | 2D | B8 | 39 | 4C | 0 | 45 | 1C | 7D | 3D | 2D |
| Octal | 55 | 270 | 71 | 114 | 0 | 105 | 34 | 175 | 75 | 55 |
| Binary | 101101 | 10111000 | 111001 | 1001100 | 0 | 1000101 | 11100 | 1111101 | 111101 | 101101 |
Color Harmonies of #2DB839
Complementary color
Monochromatic Colors of #2DB839
Black with #2DB839
Text Example
Text Example
White with #2DB839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB839; }
p { color: rgb(45,184,57); }
H1.HeaderClassName
{
color: #2DB839;
}
.AnyTagClassName
{
color: #2DB839;
}
</style>
background-color css
<style>
a { background-color: #2DB839; }
a { background-color: rgb(45,184,57); }
div.DivClassName
{
background-color: #2DB839;
}
.BgClassName
{
background-color: #2DB839;
}
</style>
border-color css
<style>
span { border-color: #2DB839; }
span { border-color: rgb(45,184,57); }
td.TdClassName
{
border-color: #2DB839;
}
.TagClassName
{
border-color: #2DB839;
}
</style>