Shades of Lime Green #2DBB1E
Tints of Lime Green #2DBB1E
RGB
CMYK
RGB Variations
Color information
#2DBB1E (or 0x2DBB1E) is known color: Lime Green. HEX triplet: 2D, BB and 1E. RGB value is (45,187,30). Sum of RGB (Red+Green+Blue) = 45+187+30=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 187 (73.44% from 255 or 71.37% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBB1E is #D244E1. Grayscale: #7F7F7F. Windows color (decimal): -13780194 or 2013997. OLE color: 2013997.
HSL color Cylindrical-coordinate representation of color #2DBB1E: hue angle of 114.27º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DBB1E is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 187 | 30 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.27 |
| HSL | 114.27º | 0.72% | 0.43% | - |
| HSV(B) | 114.27º | 0.84% | 0.73% | - |
| XYZ | 19.09 | 36.19 | 7.21 | - |
| YUV | 126.64 | 73.46 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 30 | 0.76 | 0 | 0.84 | 0.27 | 114.27 | 0.72 | 0.43 |
| Hex | 2D | BB | 1E | 4C | 0 | 54 | 1B | 72 | 48 | 2B |
| Octal | 55 | 273 | 36 | 114 | 0 | 124 | 33 | 162 | 110 | 53 |
| Binary | 101101 | 10111011 | 11110 | 1001100 | 0 | 1010100 | 11011 | 1110010 | 1001000 | 101011 |
Color Harmonies of #2DBB1E
Complementary color
Monochromatic Colors of #2DBB1E
Black with #2DBB1E
Text Example
Text Example
White with #2DBB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBB1E; }
p { color: rgb(45,187,30); }
H1.HeaderClassName
{
color: #2DBB1E;
}
.AnyTagClassName
{
color: #2DBB1E;
}
</style>
background-color css
<style>
a { background-color: #2DBB1E; }
a { background-color: rgb(45,187,30); }
div.DivClassName
{
background-color: #2DBB1E;
}
.BgClassName
{
background-color: #2DBB1E;
}
</style>
border-color css
<style>
span { border-color: #2DBB1E; }
span { border-color: rgb(45,187,30); }
td.TdClassName
{
border-color: #2DBB1E;
}
.TagClassName
{
border-color: #2DBB1E;
}
</style>