Shades of Lime Green #2DC151
Tints of Lime Green #2DC151
RGB
CMYK
RGB Variations
Color information
#2DC151 (or 0x2DC151) is known color: Lime Green. HEX triplet: 2D, C1 and 51. RGB value is (45,193,81). Sum of RGB (Red+Green+Blue) = 45+193+81=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC151 is #D23EAE. Grayscale: #888888. Windows color (decimal): -13778607 or 5357869. OLE color: 5357869.
HSL color Cylindrical-coordinate representation of color #2DC151: hue angle of 134.59º 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 #2DC151 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 81 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.24 |
| HSL | 134.59º | 0.62% | 0.47% | - |
| HSV(B) | 134.59º | 0.77% | 0.76% | - |
| XYZ | 21.64 | 39.29 | 14.23 | - |
| YUV | 135.98 | 96.97 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 81 | 0.77 | 0 | 0.58 | 0.24 | 134.59 | 0.62 | 0.47 |
| Hex | 2D | C1 | 51 | 4D | 0 | 3A | 18 | 87 | 3E | 2F |
| Octal | 55 | 301 | 121 | 115 | 0 | 72 | 30 | 207 | 76 | 57 |
| Binary | 101101 | 11000001 | 1010001 | 1001101 | 0 | 111010 | 11000 | 10000111 | 111110 | 101111 |
Color Harmonies of #2DC151
Complementary color
Monochromatic Colors of #2DC151
Black with #2DC151
Text Example
Text Example
White with #2DC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC151; }
p { color: rgb(45,193,81); }
H1.HeaderClassName
{
color: #2DC151;
}
.AnyTagClassName
{
color: #2DC151;
}
</style>
background-color css
<style>
a { background-color: #2DC151; }
a { background-color: rgb(45,193,81); }
div.DivClassName
{
background-color: #2DC151;
}
.BgClassName
{
background-color: #2DC151;
}
</style>
border-color css
<style>
span { border-color: #2DC151; }
span { border-color: rgb(45,193,81); }
td.TdClassName
{
border-color: #2DC151;
}
.TagClassName
{
border-color: #2DC151;
}
</style>