Shades of Lime Green #2DC127
Tints of Lime Green #2DC127
RGB
CMYK
RGB Variations
Color information
#2DC127 (or 0x2DC127) is known color: Lime Green. HEX triplet: 2D, C1 and 27. RGB value is (45,193,39). Sum of RGB (Red+Green+Blue) = 45+193+39=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC127 is #D23ED8. Grayscale: #838383. Windows color (decimal): -13778649 or 2605357. OLE color: 2605357.
HSL color Cylindrical-coordinate representation of color #2DC127: hue angle of 117.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DC127 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 39 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.24 |
| HSL | 117.66º | 0.66% | 0.45% | - |
| HSV(B) | 117.66º | 0.8% | 0.76% | - |
| XYZ | 20.52 | 38.84 | 8.34 | - |
| YUV | 131.19 | 75.97 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 39 | 0.77 | 0 | 0.80 | 0.24 | 117.66 | 0.66 | 0.45 |
| Hex | 2D | C1 | 27 | 4D | 0 | 50 | 18 | 76 | 42 | 2D |
| Octal | 55 | 301 | 47 | 115 | 0 | 120 | 30 | 166 | 102 | 55 |
| Binary | 101101 | 11000001 | 100111 | 1001101 | 0 | 1010000 | 11000 | 1110110 | 1000010 | 101101 |
Color Harmonies of #2DC127
Complementary color
Monochromatic Colors of #2DC127
Black with #2DC127
Text Example
Text Example
White with #2DC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC127; }
p { color: rgb(45,193,39); }
H1.HeaderClassName
{
color: #2DC127;
}
.AnyTagClassName
{
color: #2DC127;
}
</style>
background-color css
<style>
a { background-color: #2DC127; }
a { background-color: rgb(45,193,39); }
div.DivClassName
{
background-color: #2DC127;
}
.BgClassName
{
background-color: #2DC127;
}
</style>
border-color css
<style>
span { border-color: #2DC127; }
span { border-color: rgb(45,193,39); }
td.TdClassName
{
border-color: #2DC127;
}
.TagClassName
{
border-color: #2DC127;
}
</style>