Shades of Lime Green #2DC53E
Tints of Lime Green #2DC53E
RGB
CMYK
RGB Variations
Color information
#2DC53E (or 0x2DC53E) is known color: Lime Green. HEX triplet: 2D, C5 and 3E. RGB value is (45,197,62). Sum of RGB (Red+Green+Blue) = 45+197+62=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 197 (77.34% from 255 or 64.80% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC53E is #D23AC1. Grayscale: #888888. Windows color (decimal): -13777602 or 4113709. OLE color: 4113709.
HSL color Cylindrical-coordinate representation of color #2DC53E: hue angle of 126.71º 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 #2DC53E is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 62 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.23 |
| HSL | 126.71º | 0.63% | 0.47% | - |
| HSV(B) | 126.71º | 0.77% | 0.77% | - |
| XYZ | 21.92 | 40.84 | 11.28 | - |
| YUV | 136.16 | 86.14 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 62 | 0.77 | 0 | 0.69 | 0.23 | 126.71 | 0.63 | 0.47 |
| Hex | 2D | C5 | 3E | 4D | 0 | 45 | 17 | 7F | 3F | 2F |
| Octal | 55 | 305 | 76 | 115 | 0 | 105 | 27 | 177 | 77 | 57 |
| Binary | 101101 | 11000101 | 111110 | 1001101 | 0 | 1000101 | 10111 | 1111111 | 111111 | 101111 |
Color Harmonies of #2DC53E
Complementary color
Monochromatic Colors of #2DC53E
Black with #2DC53E
Text Example
Text Example
White with #2DC53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC53E; }
p { color: rgb(45,197,62); }
H1.HeaderClassName
{
color: #2DC53E;
}
.AnyTagClassName
{
color: #2DC53E;
}
</style>
background-color css
<style>
a { background-color: #2DC53E; }
a { background-color: rgb(45,197,62); }
div.DivClassName
{
background-color: #2DC53E;
}
.BgClassName
{
background-color: #2DC53E;
}
</style>
border-color css
<style>
span { border-color: #2DC53E; }
span { border-color: rgb(45,197,62); }
td.TdClassName
{
border-color: #2DC53E;
}
.TagClassName
{
border-color: #2DC53E;
}
</style>