Shades of Lime Green #2DC53F
Tints of Lime Green #2DC53F
RGB
CMYK
RGB Variations
Color information
#2DC53F (or 0x2DC53F) is known color: Lime Green. HEX triplet: 2D, C5 and 3F. RGB value is (45,197,63). Sum of RGB (Red+Green+Blue) = 45+197+63=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC53F is #D23AC0. Grayscale: #888888. Windows color (decimal): -13777601 or 4179245. OLE color: 4179245.
HSL color Cylindrical-coordinate representation of color #2DC53F: hue angle of 127.11º 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 #2DC53F is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 63 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.23 |
| HSL | 127.11º | 0.63% | 0.47% | - |
| HSV(B) | 127.11º | 0.77% | 0.77% | - |
| XYZ | 21.95 | 40.85 | 11.43 | - |
| YUV | 136.28 | 86.64 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 63 | 0.77 | 0 | 0.68 | 0.23 | 127.11 | 0.63 | 0.47 |
| Hex | 2D | C5 | 3F | 4D | 0 | 44 | 17 | 7F | 3F | 2F |
| Octal | 55 | 305 | 77 | 115 | 0 | 104 | 27 | 177 | 77 | 57 |
| Binary | 101101 | 11000101 | 111111 | 1001101 | 0 | 1000100 | 10111 | 1111111 | 111111 | 101111 |
Color Harmonies of #2DC53F
Complementary color
Monochromatic Colors of #2DC53F
Black with #2DC53F
Text Example
Text Example
White with #2DC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC53F; }
p { color: rgb(45,197,63); }
H1.HeaderClassName
{
color: #2DC53F;
}
.AnyTagClassName
{
color: #2DC53F;
}
</style>
background-color css
<style>
a { background-color: #2DC53F; }
a { background-color: rgb(45,197,63); }
div.DivClassName
{
background-color: #2DC53F;
}
.BgClassName
{
background-color: #2DC53F;
}
</style>
border-color css
<style>
span { border-color: #2DC53F; }
span { border-color: rgb(45,197,63); }
td.TdClassName
{
border-color: #2DC53F;
}
.TagClassName
{
border-color: #2DC53F;
}
</style>