Shades of Lime Green #50CD4A
Tints of Lime Green #50CD4A
RGB
CMYK
RGB Variations
Color information
#50CD4A (or 0x50CD4A) is known color: Lime Green. HEX triplet: 50, CD and 4A. RGB value is (80,205,74). Sum of RGB (Red+Green+Blue) = 80+205+74=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD4A is #AF32B5. Grayscale: #999999. Windows color (decimal): -11481782 or 4902224. OLE color: 4902224.
HSL color Cylindrical-coordinate representation of color #50CD4A: hue angle of 117.25º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CD4A is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 74 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.20 |
| HSL | 117.25º | 0.57% | 0.55% | - |
| HSV(B) | 117.25º | 0.64% | 0.8% | - |
| XYZ | 26.38 | 45.86 | 13.94 | - |
| YUV | 152.69 | 83.59 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 74 | 0.61 | 0 | 0.64 | 0.20 | 117.25 | 0.57 | 0.55 |
| Hex | 50 | CD | 4A | 3D | 0 | 40 | 14 | 75 | 39 | 37 |
| Octal | 120 | 315 | 112 | 75 | 0 | 100 | 24 | 165 | 71 | 67 |
| Binary | 1010000 | 11001101 | 1001010 | 111101 | 0 | 1000000 | 10100 | 1110101 | 111001 | 110111 |
Color Harmonies of #50CD4A
Complementary color
Monochromatic Colors of #50CD4A
Black with #50CD4A
Text Example
Text Example
White with #50CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CD4A; }
p { color: rgb(80,205,74); }
H1.HeaderClassName
{
color: #50CD4A;
}
.AnyTagClassName
{
color: #50CD4A;
}
</style>
background-color css
<style>
a { background-color: #50CD4A; }
a { background-color: rgb(80,205,74); }
div.DivClassName
{
background-color: #50CD4A;
}
.BgClassName
{
background-color: #50CD4A;
}
</style>
border-color css
<style>
span { border-color: #50CD4A; }
span { border-color: rgb(80,205,74); }
td.TdClassName
{
border-color: #50CD4A;
}
.TagClassName
{
border-color: #50CD4A;
}
</style>