Shades of Lime Green #2DB127
Tints of Lime Green #2DB127
RGB
CMYK
RGB Variations
Color information
#2DB127 (or 0x2DB127) is known color: Lime Green. HEX triplet: 2D, B1 and 27. RGB value is (45,177,39). Sum of RGB (Red+Green+Blue) = 45+177+39=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 177 (69.53% from 255 or 67.82% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB127 is #D24ED8. Grayscale: #7A7A7A. Windows color (decimal): -13782745 or 2601261. OLE color: 2601261.
HSL color Cylindrical-coordinate representation of color #2DB127: hue angle of 117.39º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DB127 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 39 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.31 |
| HSL | 117.39º | 0.64% | 0.42% | - |
| HSV(B) | 117.39º | 0.78% | 0.69% | - |
| XYZ | 17.17 | 32.15 | 7.22 | - |
| YUV | 121.8 | 81.27 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 39 | 0.75 | 0 | 0.78 | 0.31 | 117.39 | 0.64 | 0.42 |
| Hex | 2D | B1 | 27 | 4B | 0 | 4E | 1F | 75 | 40 | 2A |
| Octal | 55 | 261 | 47 | 113 | 0 | 116 | 37 | 165 | 100 | 52 |
| Binary | 101101 | 10110001 | 100111 | 1001011 | 0 | 1001110 | 11111 | 1110101 | 1000000 | 101010 |
Color Harmonies of #2DB127
Complementary color
Monochromatic Colors of #2DB127
Black with #2DB127
Text Example
Text Example
White with #2DB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB127; }
p { color: rgb(45,177,39); }
H1.HeaderClassName
{
color: #2DB127;
}
.AnyTagClassName
{
color: #2DB127;
}
</style>
background-color css
<style>
a { background-color: #2DB127; }
a { background-color: rgb(45,177,39); }
div.DivClassName
{
background-color: #2DB127;
}
.BgClassName
{
background-color: #2DB127;
}
</style>
border-color css
<style>
span { border-color: #2DB127; }
span { border-color: rgb(45,177,39); }
td.TdClassName
{
border-color: #2DB127;
}
.TagClassName
{
border-color: #2DB127;
}
</style>