Shades of Lime Green #50CE33
Tints of Lime Green #50CE33
RGB
CMYK
RGB Variations
Color information
#50CE33 (or 0x50CE33) is known color: Lime Green. HEX triplet: 50, CE and 33. RGB value is (80,206,51). Sum of RGB (Red+Green+Blue) = 80+206+51=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CE33 is #AF31CC. Grayscale: #979797. Windows color (decimal): -11481549 or 3395152. OLE color: 3395152.
HSL color Cylindrical-coordinate representation of color #50CE33: hue angle of 108.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50CE33 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 51 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.19 |
| HSL | 108.77º | 0.61% | 0.5% | - |
| HSV(B) | 108.77º | 0.75% | 0.81% | - |
| XYZ | 25.98 | 46.09 | 10.66 | - |
| YUV | 150.66 | 71.76 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 51 | 0.61 | 0 | 0.75 | 0.19 | 108.77 | 0.61 | 0.5 |
| Hex | 50 | CE | 33 | 3D | 0 | 4B | 13 | 6D | 3D | 32 |
| Octal | 120 | 316 | 63 | 75 | 0 | 113 | 23 | 155 | 75 | 62 |
| Binary | 1010000 | 11001110 | 110011 | 111101 | 0 | 1001011 | 10011 | 1101101 | 111101 | 110010 |
Color Harmonies of #50CE33
Complementary color
Monochromatic Colors of #50CE33
Black with #50CE33
Text Example
Text Example
White with #50CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE33; }
p { color: rgb(80,206,51); }
H1.HeaderClassName
{
color: #50CE33;
}
.AnyTagClassName
{
color: #50CE33;
}
</style>
background-color css
<style>
a { background-color: #50CE33; }
a { background-color: rgb(80,206,51); }
div.DivClassName
{
background-color: #50CE33;
}
.BgClassName
{
background-color: #50CE33;
}
</style>
border-color css
<style>
span { border-color: #50CE33; }
span { border-color: rgb(80,206,51); }
td.TdClassName
{
border-color: #50CE33;
}
.TagClassName
{
border-color: #50CE33;
}
</style>