Shades of Lime Green #2DBC27
Tints of Lime Green #2DBC27
RGB
CMYK
RGB Variations
Color information
#2DBC27 (or 0x2DBC27) is known color: Lime Green. HEX triplet: 2D, BC and 27. RGB value is (45,188,39). Sum of RGB (Red+Green+Blue) = 45+188+39=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBC27 is #D243D8. Grayscale: #808080. Windows color (decimal): -13779929 or 2604077. OLE color: 2604077.
HSL color Cylindrical-coordinate representation of color #2DBC27: hue angle of 117.58º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DBC27 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 39 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.26 |
| HSL | 117.58º | 0.66% | 0.45% | - |
| HSV(B) | 117.58º | 0.79% | 0.74% | - |
| XYZ | 19.43 | 36.67 | 7.97 | - |
| YUV | 128.26 | 77.62 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 39 | 0.76 | 0 | 0.79 | 0.26 | 117.58 | 0.66 | 0.45 |
| Hex | 2D | BC | 27 | 4C | 0 | 4F | 1A | 76 | 42 | 2D |
| Octal | 55 | 274 | 47 | 114 | 0 | 117 | 32 | 166 | 102 | 55 |
| Binary | 101101 | 10111100 | 100111 | 1001100 | 0 | 1001111 | 11010 | 1110110 | 1000010 | 101101 |
Color Harmonies of #2DBC27
Complementary color
Monochromatic Colors of #2DBC27
Black with #2DBC27
Text Example
Text Example
White with #2DBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC27; }
p { color: rgb(45,188,39); }
H1.HeaderClassName
{
color: #2DBC27;
}
.AnyTagClassName
{
color: #2DBC27;
}
</style>
background-color css
<style>
a { background-color: #2DBC27; }
a { background-color: rgb(45,188,39); }
div.DivClassName
{
background-color: #2DBC27;
}
.BgClassName
{
background-color: #2DBC27;
}
</style>
border-color css
<style>
span { border-color: #2DBC27; }
span { border-color: rgb(45,188,39); }
td.TdClassName
{
border-color: #2DBC27;
}
.TagClassName
{
border-color: #2DBC27;
}
</style>