Shades of Lime Green #2DC53C
Tints of Lime Green #2DC53C
RGB
CMYK
RGB Variations
Color information
#2DC53C (or 0x2DC53C) is known color: Lime Green. HEX triplet: 2D, C5 and 3C. RGB value is (45,197,60). Sum of RGB (Red+Green+Blue) = 45+197+60=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC53C is #D23AC3. Grayscale: #888888. Windows color (decimal): -13777604 or 3982637. OLE color: 3982637.
HSL color Cylindrical-coordinate representation of color #2DC53C: hue angle of 125.92º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC53C is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 60 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.23 |
| HSL | 125.92º | 0.63% | 0.47% | - |
| HSV(B) | 125.92º | 0.77% | 0.77% | - |
| XYZ | 21.86 | 40.82 | 11 | - |
| YUV | 135.93 | 85.14 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 60 | 0.77 | 0 | 0.70 | 0.23 | 125.92 | 0.63 | 0.47 |
| Hex | 2D | C5 | 3C | 4D | 0 | 46 | 17 | 7E | 3F | 2F |
| Octal | 55 | 305 | 74 | 115 | 0 | 106 | 27 | 176 | 77 | 57 |
| Binary | 101101 | 11000101 | 111100 | 1001101 | 0 | 1000110 | 10111 | 1111110 | 111111 | 101111 |
Color Harmonies of #2DC53C
Complementary color
Monochromatic Colors of #2DC53C
Black with #2DC53C
Text Example
Text Example
White with #2DC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC53C; }
p { color: rgb(45,197,60); }
H1.HeaderClassName
{
color: #2DC53C;
}
.AnyTagClassName
{
color: #2DC53C;
}
</style>
background-color css
<style>
a { background-color: #2DC53C; }
a { background-color: rgb(45,197,60); }
div.DivClassName
{
background-color: #2DC53C;
}
.BgClassName
{
background-color: #2DC53C;
}
</style>
border-color css
<style>
span { border-color: #2DC53C; }
span { border-color: rgb(45,197,60); }
td.TdClassName
{
border-color: #2DC53C;
}
.TagClassName
{
border-color: #2DC53C;
}
</style>