Shades of Lime Green #2DBB27
Tints of Lime Green #2DBB27
RGB
CMYK
RGB Variations
Color information
#2DBB27 (or 0x2DBB27) is known color: Lime Green. HEX triplet: 2D, BB and 27. RGB value is (45,187,39). Sum of RGB (Red+Green+Blue) = 45+187+39=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 187 (73.44% from 255 or 69.00% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBB27 is #D244D8. Grayscale: #808080. Windows color (decimal): -13780185 or 2603821. OLE color: 2603821.
HSL color Cylindrical-coordinate representation of color #2DBB27: hue angle of 117.57º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DBB27 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 187 | 39 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.27 |
| HSL | 117.57º | 0.65% | 0.44% | - |
| HSV(B) | 117.57º | 0.79% | 0.73% | - |
| XYZ | 19.22 | 36.25 | 7.9 | - |
| YUV | 127.67 | 77.96 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 39 | 0.76 | 0 | 0.79 | 0.27 | 117.57 | 0.65 | 0.44 |
| Hex | 2D | BB | 27 | 4C | 0 | 4F | 1B | 76 | 41 | 2C |
| Octal | 55 | 273 | 47 | 114 | 0 | 117 | 33 | 166 | 101 | 54 |
| Binary | 101101 | 10111011 | 100111 | 1001100 | 0 | 1001111 | 11011 | 1110110 | 1000001 | 101100 |
Color Harmonies of #2DBB27
Complementary color
Monochromatic Colors of #2DBB27
Black with #2DBB27
Text Example
Text Example
White with #2DBB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBB27; }
p { color: rgb(45,187,39); }
H1.HeaderClassName
{
color: #2DBB27;
}
.AnyTagClassName
{
color: #2DBB27;
}
</style>
background-color css
<style>
a { background-color: #2DBB27; }
a { background-color: rgb(45,187,39); }
div.DivClassName
{
background-color: #2DBB27;
}
.BgClassName
{
background-color: #2DBB27;
}
</style>
border-color css
<style>
span { border-color: #2DBB27; }
span { border-color: rgb(45,187,39); }
td.TdClassName
{
border-color: #2DBB27;
}
.TagClassName
{
border-color: #2DBB27;
}
</style>