Shades of Lime Green #2DC150
Tints of Lime Green #2DC150
RGB
CMYK
RGB Variations
Color information
#2DC150 (or 0x2DC150) is known color: Lime Green. HEX triplet: 2D, C1 and 50. RGB value is (45,193,80). Sum of RGB (Red+Green+Blue) = 45+193+80=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC150 is #D23EAF. Grayscale: #888888. Windows color (decimal): -13778608 or 5292333. OLE color: 5292333.
HSL color Cylindrical-coordinate representation of color #2DC150: hue angle of 134.19º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC150 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 80 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.24 |
| HSL | 134.19º | 0.62% | 0.47% | - |
| HSV(B) | 134.19º | 0.77% | 0.76% | - |
| XYZ | 21.6 | 39.28 | 14.03 | - |
| YUV | 135.87 | 96.47 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 80 | 0.77 | 0 | 0.59 | 0.24 | 134.19 | 0.62 | 0.47 |
| Hex | 2D | C1 | 50 | 4D | 0 | 3B | 18 | 86 | 3E | 2F |
| Octal | 55 | 301 | 120 | 115 | 0 | 73 | 30 | 206 | 76 | 57 |
| Binary | 101101 | 11000001 | 1010000 | 1001101 | 0 | 111011 | 11000 | 10000110 | 111110 | 101111 |
Color Harmonies of #2DC150
Complementary color
Monochromatic Colors of #2DC150
Black with #2DC150
Text Example
Text Example
White with #2DC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC150; }
p { color: rgb(45,193,80); }
H1.HeaderClassName
{
color: #2DC150;
}
.AnyTagClassName
{
color: #2DC150;
}
</style>
background-color css
<style>
a { background-color: #2DC150; }
a { background-color: rgb(45,193,80); }
div.DivClassName
{
background-color: #2DC150;
}
.BgClassName
{
background-color: #2DC150;
}
</style>
border-color css
<style>
span { border-color: #2DC150; }
span { border-color: rgb(45,193,80); }
td.TdClassName
{
border-color: #2DC150;
}
.TagClassName
{
border-color: #2DC150;
}
</style>