Shades of Lime Green #50E624
Tints of Lime Green #50E624
RGB
CMYK
RGB Variations
Color information
#50E624 (or 0x50E624) is known color: Lime Green. HEX triplet: 50, E6 and 24. RGB value is (80,230,36). Sum of RGB (Red+Green+Blue) = 80+230+36=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 230 (90.23% from 255 or 66.47% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 230 - color contains mainly: green. Hex color #50E624 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E624 is #AF19DB. Grayscale: #A3A3A3. Windows color (decimal): -11475420 or 2418256. OLE color: 2418256.
HSL color Cylindrical-coordinate representation of color #50E624: hue angle of 106.39º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50E624 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 230 | 36 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.10 |
| HSL | 106.39º | 0.8% | 0.52% | - |
| HSV(B) | 106.39º | 0.84% | 0.9% | - |
| XYZ | 31.92 | 58.43 | 11.26 | - |
| YUV | 163.03 | 56.31 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 230 | 36 | 0.65 | 0 | 0.84 | 0.10 | 106.39 | 0.8 | 0.52 |
| Hex | 50 | E6 | 24 | 41 | 0 | 54 | A | 6A | 50 | 34 |
| Octal | 120 | 346 | 44 | 101 | 0 | 124 | 12 | 152 | 120 | 64 |
| Binary | 1010000 | 11100110 | 100100 | 1000001 | 0 | 1010100 | 1010 | 1101010 | 1010000 | 110100 |
Color Harmonies of #50E624
Complementary color
Monochromatic Colors of #50E624
Black with #50E624
Text Example
Text Example
White with #50E624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E624; }
p { color: rgb(80,230,36); }
H1.HeaderClassName
{
color: #50E624;
}
.AnyTagClassName
{
color: #50E624;
}
</style>
background-color css
<style>
a { background-color: #50E624; }
a { background-color: rgb(80,230,36); }
div.DivClassName
{
background-color: #50E624;
}
.BgClassName
{
background-color: #50E624;
}
</style>
border-color css
<style>
span { border-color: #50E624; }
span { border-color: rgb(80,230,36); }
td.TdClassName
{
border-color: #50E624;
}
.TagClassName
{
border-color: #50E624;
}
</style>