Shades of Lime Green #2DC526
Tints of Lime Green #2DC526
RGB
CMYK
RGB Variations
Color information
#2DC526 (or 0x2DC526) is known color: Lime Green. HEX triplet: 2D, C5 and 26. RGB value is (45,197,38). Sum of RGB (Red+Green+Blue) = 45+197+38=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC526 is #D23AD9. Grayscale: #858585. Windows color (decimal): -13777626 or 2540845. OLE color: 2540845.
HSL color Cylindrical-coordinate representation of color #2DC526: hue angle of 117.36º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DC526 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 38 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.23 |
| HSL | 117.36º | 0.68% | 0.46% | - |
| HSV(B) | 117.36º | 0.81% | 0.77% | - |
| XYZ | 21.4 | 40.63 | 8.55 | - |
| YUV | 133.43 | 74.14 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 38 | 0.77 | 0 | 0.81 | 0.23 | 117.36 | 0.68 | 0.46 |
| Hex | 2D | C5 | 26 | 4D | 0 | 51 | 17 | 75 | 44 | 2E |
| Octal | 55 | 305 | 46 | 115 | 0 | 121 | 27 | 165 | 104 | 56 |
| Binary | 101101 | 11000101 | 100110 | 1001101 | 0 | 1010001 | 10111 | 1110101 | 1000100 | 101110 |
Color Harmonies of #2DC526
Complementary color
Monochromatic Colors of #2DC526
Black with #2DC526
Text Example
Text Example
White with #2DC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC526; }
p { color: rgb(45,197,38); }
H1.HeaderClassName
{
color: #2DC526;
}
.AnyTagClassName
{
color: #2DC526;
}
</style>
background-color css
<style>
a { background-color: #2DC526; }
a { background-color: rgb(45,197,38); }
div.DivClassName
{
background-color: #2DC526;
}
.BgClassName
{
background-color: #2DC526;
}
</style>
border-color css
<style>
span { border-color: #2DC526; }
span { border-color: rgb(45,197,38); }
td.TdClassName
{
border-color: #2DC526;
}
.TagClassName
{
border-color: #2DC526;
}
</style>