Shades of Lime Green #50F334
Tints of Lime Green #50F334
RGB
CMYK
RGB Variations
Color information
#50F334 (or 0x50F334) is known color: Lime Green. HEX triplet: 50, F3 and 34. RGB value is (80,243,52). Sum of RGB (Red+Green+Blue) = 80+243+52=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #50F334 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F334 is #AF0CCB. Grayscale: #ADADAD. Windows color (decimal): -11472076 or 3470160. OLE color: 3470160.
HSL color Cylindrical-coordinate representation of color #50F334: hue angle of 111.2º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50F334 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 52 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.05 |
| HSL | 111.2º | 0.89% | 0.58% | - |
| HSV(B) | 111.2º | 0.79% | 0.95% | - |
| XYZ | 35.98 | 66.05 | 14.1 | - |
| YUV | 172.49 | 60 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 52 | 0.67 | 0 | 0.79 | 0.05 | 111.2 | 0.89 | 0.58 |
| Hex | 50 | F3 | 34 | 43 | 0 | 4F | 5 | 6F | 59 | 3A |
| Octal | 120 | 363 | 64 | 103 | 0 | 117 | 5 | 157 | 131 | 72 |
| Binary | 1010000 | 11110011 | 110100 | 1000011 | 0 | 1001111 | 101 | 1101111 | 1011001 | 111010 |
Color Harmonies of #50F334
Complementary color
Monochromatic Colors of #50F334
Black with #50F334
Text Example
Text Example
White with #50F334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F334; }
p { color: rgb(80,243,52); }
H1.HeaderClassName
{
color: #50F334;
}
.AnyTagClassName
{
color: #50F334;
}
</style>
background-color css
<style>
a { background-color: #50F334; }
a { background-color: rgb(80,243,52); }
div.DivClassName
{
background-color: #50F334;
}
.BgClassName
{
background-color: #50F334;
}
</style>
border-color css
<style>
span { border-color: #50F334; }
span { border-color: rgb(80,243,52); }
td.TdClassName
{
border-color: #50F334;
}
.TagClassName
{
border-color: #50F334;
}
</style>