Shades of Lime Green #2DB126
Tints of Lime Green #2DB126
RGB
CMYK
RGB Variations
Color information
#2DB126 (or 0x2DB126) is known color: Lime Green. HEX triplet: 2D, B1 and 26. RGB value is (45,177,38). Sum of RGB (Red+Green+Blue) = 45+177+38=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 177 (69.53% from 255 or 68.08% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB126 is #D24ED9. Grayscale: #7A7A7A. Windows color (decimal): -13782746 or 2535725. OLE color: 2535725.
HSL color Cylindrical-coordinate representation of color #2DB126: hue angle of 116.98º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DB126 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 38 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.31 |
| HSL | 116.98º | 0.65% | 0.42% | - |
| HSV(B) | 116.98º | 0.79% | 0.69% | - |
| XYZ | 17.15 | 32.14 | 7.13 | - |
| YUV | 121.69 | 80.77 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 38 | 0.75 | 0 | 0.79 | 0.31 | 116.98 | 0.65 | 0.42 |
| Hex | 2D | B1 | 26 | 4B | 0 | 4F | 1F | 75 | 41 | 2A |
| Octal | 55 | 261 | 46 | 113 | 0 | 117 | 37 | 165 | 101 | 52 |
| Binary | 101101 | 10110001 | 100110 | 1001011 | 0 | 1001111 | 11111 | 1110101 | 1000001 | 101010 |
Color Harmonies of #2DB126
Complementary color
Monochromatic Colors of #2DB126
Black with #2DB126
Text Example
Text Example
White with #2DB126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB126; }
p { color: rgb(45,177,38); }
H1.HeaderClassName
{
color: #2DB126;
}
.AnyTagClassName
{
color: #2DB126;
}
</style>
background-color css
<style>
a { background-color: #2DB126; }
a { background-color: rgb(45,177,38); }
div.DivClassName
{
background-color: #2DB126;
}
.BgClassName
{
background-color: #2DB126;
}
</style>
border-color css
<style>
span { border-color: #2DB126; }
span { border-color: rgb(45,177,38); }
td.TdClassName
{
border-color: #2DB126;
}
.TagClassName
{
border-color: #2DB126;
}
</style>