Shades of Lime Green #2DB939
Tints of Lime Green #2DB939
RGB
CMYK
RGB Variations
Color information
#2DB939 (or 0x2DB939) is known color: Lime Green. HEX triplet: 2D, B9 and 39. RGB value is (45,185,57). Sum of RGB (Red+Green+Blue) = 45+185+57=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 185 (72.66% from 255 or 64.46% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB939 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB939 is #D246C6. Grayscale: #808080. Windows color (decimal): -13780679 or 3782957. OLE color: 3782957.
HSL color Cylindrical-coordinate representation of color #2DB939: hue angle of 125.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB939 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 185 | 57 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.27 |
| HSL | 125.14º | 0.61% | 0.45% | - |
| HSV(B) | 125.14º | 0.76% | 0.73% | - |
| XYZ | 19.17 | 35.55 | 9.72 | - |
| YUV | 128.55 | 87.62 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 57 | 0.76 | 0 | 0.69 | 0.27 | 125.14 | 0.61 | 0.45 |
| Hex | 2D | B9 | 39 | 4C | 0 | 45 | 1B | 7D | 3D | 2D |
| Octal | 55 | 271 | 71 | 114 | 0 | 105 | 33 | 175 | 75 | 55 |
| Binary | 101101 | 10111001 | 111001 | 1001100 | 0 | 1000101 | 11011 | 1111101 | 111101 | 101101 |
Color Harmonies of #2DB939
Complementary color
Monochromatic Colors of #2DB939
Black with #2DB939
Text Example
Text Example
White with #2DB939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB939; }
p { color: rgb(45,185,57); }
H1.HeaderClassName
{
color: #2DB939;
}
.AnyTagClassName
{
color: #2DB939;
}
</style>
background-color css
<style>
a { background-color: #2DB939; }
a { background-color: rgb(45,185,57); }
div.DivClassName
{
background-color: #2DB939;
}
.BgClassName
{
background-color: #2DB939;
}
</style>
border-color css
<style>
span { border-color: #2DB939; }
span { border-color: rgb(45,185,57); }
td.TdClassName
{
border-color: #2DB939;
}
.TagClassName
{
border-color: #2DB939;
}
</style>