Shades of Lime Green #2DC540
Tints of Lime Green #2DC540
RGB
CMYK
RGB Variations
Color information
#2DC540 (or 0x2DC540) is known color: Lime Green. HEX triplet: 2D, C5 and 40. RGB value is (45,197,64). Sum of RGB (Red+Green+Blue) = 45+197+64=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 197 (77.34% from 255 or 64.38% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC540 is #D23ABF. Grayscale: #888888. Windows color (decimal): -13777600 or 4244781. OLE color: 4244781.
HSL color Cylindrical-coordinate representation of color #2DC540: hue angle of 127.5º 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 #2DC540 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 64 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.23 |
| HSL | 127.5º | 0.63% | 0.47% | - |
| HSV(B) | 127.5º | 0.77% | 0.77% | - |
| XYZ | 21.97 | 40.86 | 11.58 | - |
| YUV | 136.39 | 87.14 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 64 | 0.77 | 0 | 0.68 | 0.23 | 127.5 | 0.63 | 0.47 |
| Hex | 2D | C5 | 40 | 4D | 0 | 44 | 17 | 80 | 3F | 2F |
| Octal | 55 | 305 | 100 | 115 | 0 | 104 | 27 | 200 | 77 | 57 |
| Binary | 101101 | 11000101 | 1000000 | 1001101 | 0 | 1000100 | 10111 | 10000000 | 111111 | 101111 |
Color Harmonies of #2DC540
Complementary color
Monochromatic Colors of #2DC540
Black with #2DC540
Text Example
Text Example
White with #2DC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC540; }
p { color: rgb(45,197,64); }
H1.HeaderClassName
{
color: #2DC540;
}
.AnyTagClassName
{
color: #2DC540;
}
</style>
background-color css
<style>
a { background-color: #2DC540; }
a { background-color: rgb(45,197,64); }
div.DivClassName
{
background-color: #2DC540;
}
.BgClassName
{
background-color: #2DC540;
}
</style>
border-color css
<style>
span { border-color: #2DC540; }
span { border-color: rgb(45,197,64); }
td.TdClassName
{
border-color: #2DC540;
}
.TagClassName
{
border-color: #2DC540;
}
</style>