Shades of Lime Green #2DBA1E
Tints of Lime Green #2DBA1E
RGB
CMYK
RGB Variations
Color information
#2DBA1E (or 0x2DBA1E) is known color: Lime Green. HEX triplet: 2D, BA and 1E. RGB value is (45,186,30). Sum of RGB (Red+Green+Blue) = 45+186+30=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA1E is #D245E1. Grayscale: #7E7E7E. Windows color (decimal): -13780450 or 2013741. OLE color: 2013741.
HSL color Cylindrical-coordinate representation of color #2DBA1E: hue angle of 114.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DBA1E is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 30 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.27 |
| HSL | 114.23º | 0.72% | 0.42% | - |
| HSV(B) | 114.23º | 0.84% | 0.73% | - |
| XYZ | 18.88 | 35.77 | 7.14 | - |
| YUV | 126.06 | 73.79 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 30 | 0.76 | 0 | 0.84 | 0.27 | 114.23 | 0.72 | 0.42 |
| Hex | 2D | BA | 1E | 4C | 0 | 54 | 1B | 72 | 48 | 2A |
| Octal | 55 | 272 | 36 | 114 | 0 | 124 | 33 | 162 | 110 | 52 |
| Binary | 101101 | 10111010 | 11110 | 1001100 | 0 | 1010100 | 11011 | 1110010 | 1001000 | 101010 |
Color Harmonies of #2DBA1E
Complementary color
Monochromatic Colors of #2DBA1E
Black with #2DBA1E
Text Example
Text Example
White with #2DBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA1E; }
p { color: rgb(45,186,30); }
H1.HeaderClassName
{
color: #2DBA1E;
}
.AnyTagClassName
{
color: #2DBA1E;
}
</style>
background-color css
<style>
a { background-color: #2DBA1E; }
a { background-color: rgb(45,186,30); }
div.DivClassName
{
background-color: #2DBA1E;
}
.BgClassName
{
background-color: #2DBA1E;
}
</style>
border-color css
<style>
span { border-color: #2DBA1E; }
span { border-color: rgb(45,186,30); }
td.TdClassName
{
border-color: #2DBA1E;
}
.TagClassName
{
border-color: #2DBA1E;
}
</style>