Shades of Lime Green #2DC536
Tints of Lime Green #2DC536
RGB
CMYK
RGB Variations
Color information
#2DC536 (or 0x2DC536) is known color: Lime Green. HEX triplet: 2D, C5 and 36. RGB value is (45,197,54). Sum of RGB (Red+Green+Blue) = 45+197+54=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC536 is #D23AC9. Grayscale: #878787. Windows color (decimal): -13777610 or 3589421. OLE color: 3589421.
HSL color Cylindrical-coordinate representation of color #2DC536: hue angle of 123.55º 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 #2DC536 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 54 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.23 |
| HSL | 123.55º | 0.63% | 0.47% | - |
| HSV(B) | 123.55º | 0.77% | 0.77% | - |
| XYZ | 21.71 | 40.76 | 10.21 | - |
| YUV | 135.25 | 82.14 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 54 | 0.77 | 0 | 0.73 | 0.23 | 123.55 | 0.63 | 0.47 |
| Hex | 2D | C5 | 36 | 4D | 0 | 49 | 17 | 7C | 3F | 2F |
| Octal | 55 | 305 | 66 | 115 | 0 | 111 | 27 | 174 | 77 | 57 |
| Binary | 101101 | 11000101 | 110110 | 1001101 | 0 | 1001001 | 10111 | 1111100 | 111111 | 101111 |
Color Harmonies of #2DC536
Complementary color
Monochromatic Colors of #2DC536
Black with #2DC536
Text Example
Text Example
White with #2DC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC536; }
p { color: rgb(45,197,54); }
H1.HeaderClassName
{
color: #2DC536;
}
.AnyTagClassName
{
color: #2DC536;
}
</style>
background-color css
<style>
a { background-color: #2DC536; }
a { background-color: rgb(45,197,54); }
div.DivClassName
{
background-color: #2DC536;
}
.BgClassName
{
background-color: #2DC536;
}
</style>
border-color css
<style>
span { border-color: #2DC536; }
span { border-color: rgb(45,197,54); }
td.TdClassName
{
border-color: #2DC536;
}
.TagClassName
{
border-color: #2DC536;
}
</style>