Shades of Lime Green #2DBB1B
Tints of Lime Green #2DBB1B
RGB
CMYK
RGB Variations
Color information
#2DBB1B (or 0x2DBB1B) is known color: Lime Green. HEX triplet: 2D, BB and 1B. RGB value is (45,187,27). Sum of RGB (Red+Green+Blue) = 45+187+27=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 187 (73.44% from 255 or 72.20% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBB1B is #D244E4. Grayscale: #7E7E7E. Windows color (decimal): -13780197 or 1817389. OLE color: 1817389.
HSL color Cylindrical-coordinate representation of color #2DBB1B: hue angle of 113.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DBB1B is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 187 | 27 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.27 |
| HSL | 113.25º | 0.75% | 0.42% | - |
| HSV(B) | 113.25º | 0.86% | 0.73% | - |
| XYZ | 19.05 | 36.18 | 7.02 | - |
| YUV | 126.3 | 71.96 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 27 | 0.76 | 0 | 0.86 | 0.27 | 113.25 | 0.75 | 0.42 |
| Hex | 2D | BB | 1B | 4C | 0 | 56 | 1B | 71 | 4B | 2A |
| Octal | 55 | 273 | 33 | 114 | 0 | 126 | 33 | 161 | 113 | 52 |
| Binary | 101101 | 10111011 | 11011 | 1001100 | 0 | 1010110 | 11011 | 1110001 | 1001011 | 101010 |
Color Harmonies of #2DBB1B
Complementary color
Monochromatic Colors of #2DBB1B
Black with #2DBB1B
Text Example
Text Example
White with #2DBB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBB1B; }
p { color: rgb(45,187,27); }
H1.HeaderClassName
{
color: #2DBB1B;
}
.AnyTagClassName
{
color: #2DBB1B;
}
</style>
background-color css
<style>
a { background-color: #2DBB1B; }
a { background-color: rgb(45,187,27); }
div.DivClassName
{
background-color: #2DBB1B;
}
.BgClassName
{
background-color: #2DBB1B;
}
</style>
border-color css
<style>
span { border-color: #2DBB1B; }
span { border-color: rgb(45,187,27); }
td.TdClassName
{
border-color: #2DBB1B;
}
.TagClassName
{
border-color: #2DBB1B;
}
</style>