Shades of Lime Green #2DBD25
Tints of Lime Green #2DBD25
RGB
CMYK
RGB Variations
Color information
#2DBD25 (or 0x2DBD25) is known color: Lime Green. HEX triplet: 2D, BD and 25. RGB value is (45,189,37). Sum of RGB (Red+Green+Blue) = 45+189+37=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBD25 is #D242DA. Grayscale: #818181. Windows color (decimal): -13779675 or 2473261. OLE color: 2473261.
HSL color Cylindrical-coordinate representation of color #2DBD25: hue angle of 116.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DBD25 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 37 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.26 |
| HSL | 116.84º | 0.67% | 0.44% | - |
| HSV(B) | 116.84º | 0.8% | 0.74% | - |
| XYZ | 19.61 | 37.09 | 7.87 | - |
| YUV | 128.62 | 76.29 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 37 | 0.76 | 0 | 0.80 | 0.26 | 116.84 | 0.67 | 0.44 |
| Hex | 2D | BD | 25 | 4C | 0 | 50 | 1A | 75 | 43 | 2C |
| Octal | 55 | 275 | 45 | 114 | 0 | 120 | 32 | 165 | 103 | 54 |
| Binary | 101101 | 10111101 | 100101 | 1001100 | 0 | 1010000 | 11010 | 1110101 | 1000011 | 101100 |
Color Harmonies of #2DBD25
Complementary color
Monochromatic Colors of #2DBD25
Black with #2DBD25
Text Example
Text Example
White with #2DBD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD25; }
p { color: rgb(45,189,37); }
H1.HeaderClassName
{
color: #2DBD25;
}
.AnyTagClassName
{
color: #2DBD25;
}
</style>
background-color css
<style>
a { background-color: #2DBD25; }
a { background-color: rgb(45,189,37); }
div.DivClassName
{
background-color: #2DBD25;
}
.BgClassName
{
background-color: #2DBD25;
}
</style>
border-color css
<style>
span { border-color: #2DBD25; }
span { border-color: rgb(45,189,37); }
td.TdClassName
{
border-color: #2DBD25;
}
.TagClassName
{
border-color: #2DBD25;
}
</style>