Shades of Lime Green #50CA3A
Tints of Lime Green #50CA3A
RGB
CMYK
RGB Variations
Color information
#50CA3A (or 0x50CA3A) is known color: Lime Green. HEX triplet: 50, CA and 3A. RGB value is (80,202,58). Sum of RGB (Red+Green+Blue) = 80+202+58=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA3A is #AF35C5. Grayscale: #959595. Windows color (decimal): -11482566 or 3852880. OLE color: 3852880.
HSL color Cylindrical-coordinate representation of color #50CA3A: hue angle of 110.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50CA3A is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 58 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.21 |
| HSL | 110.83º | 0.58% | 0.51% | - |
| HSV(B) | 110.83º | 0.71% | 0.79% | - |
| XYZ | 25.19 | 44.25 | 11.22 | - |
| YUV | 149.11 | 76.58 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 58 | 0.60 | 0 | 0.71 | 0.21 | 110.83 | 0.58 | 0.51 |
| Hex | 50 | CA | 3A | 3C | 0 | 47 | 15 | 6F | 3A | 33 |
| Octal | 120 | 312 | 72 | 74 | 0 | 107 | 25 | 157 | 72 | 63 |
| Binary | 1010000 | 11001010 | 111010 | 111100 | 0 | 1000111 | 10101 | 1101111 | 111010 | 110011 |
Color Harmonies of #50CA3A
Complementary color
Monochromatic Colors of #50CA3A
Black with #50CA3A
Text Example
Text Example
White with #50CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA3A; }
p { color: rgb(80,202,58); }
H1.HeaderClassName
{
color: #50CA3A;
}
.AnyTagClassName
{
color: #50CA3A;
}
</style>
background-color css
<style>
a { background-color: #50CA3A; }
a { background-color: rgb(80,202,58); }
div.DivClassName
{
background-color: #50CA3A;
}
.BgClassName
{
background-color: #50CA3A;
}
</style>
border-color css
<style>
span { border-color: #50CA3A; }
span { border-color: rgb(80,202,58); }
td.TdClassName
{
border-color: #50CA3A;
}
.TagClassName
{
border-color: #50CA3A;
}
</style>