Shades of Lime Green #2DC450
Tints of Lime Green #2DC450
RGB
CMYK
RGB Variations
Color information
#2DC450 (or 0x2DC450) is known color: Lime Green. HEX triplet: 2D, C4 and 50. RGB value is (45,196,80). Sum of RGB (Red+Green+Blue) = 45+196+80=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 196 (76.95% from 255 or 61.06% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC450 is #D23BAF. Grayscale: #898989. Windows color (decimal): -13777840 or 5293101. OLE color: 5293101.
HSL color Cylindrical-coordinate representation of color #2DC450: hue angle of 133.91º 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 #2DC450 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 196 | 80 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.23 |
| HSL | 133.91º | 0.63% | 0.47% | - |
| HSV(B) | 133.91º | 0.77% | 0.77% | - |
| XYZ | 22.27 | 40.62 | 14.26 | - |
| YUV | 137.63 | 95.47 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 196 | 80 | 0.77 | 0 | 0.59 | 0.23 | 133.91 | 0.63 | 0.47 |
| Hex | 2D | C4 | 50 | 4D | 0 | 3B | 17 | 86 | 3F | 2F |
| Octal | 55 | 304 | 120 | 115 | 0 | 73 | 27 | 206 | 77 | 57 |
| Binary | 101101 | 11000100 | 1010000 | 1001101 | 0 | 111011 | 10111 | 10000110 | 111111 | 101111 |
Color Harmonies of #2DC450
Complementary color
Monochromatic Colors of #2DC450
Black with #2DC450
Text Example
Text Example
White with #2DC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC450; }
p { color: rgb(45,196,80); }
H1.HeaderClassName
{
color: #2DC450;
}
.AnyTagClassName
{
color: #2DC450;
}
</style>
background-color css
<style>
a { background-color: #2DC450; }
a { background-color: rgb(45,196,80); }
div.DivClassName
{
background-color: #2DC450;
}
.BgClassName
{
background-color: #2DC450;
}
</style>
border-color css
<style>
span { border-color: #2DC450; }
span { border-color: rgb(45,196,80); }
td.TdClassName
{
border-color: #2DC450;
}
.TagClassName
{
border-color: #2DC450;
}
</style>