Shades of Lime Green #50F23C
Tints of Lime Green #50F23C
RGB
CMYK
RGB Variations
Color information
#50F23C (or 0x50F23C) is known color: Lime Green. HEX triplet: 50, F2 and 3C. RGB value is (80,242,60). Sum of RGB (Red+Green+Blue) = 80+242+60=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #50F23C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F23C is #AF0DC3. Grayscale: #ADADAD. Windows color (decimal): -11472324 or 3994192. OLE color: 3994192.
HSL color Cylindrical-coordinate representation of color #50F23C: hue angle of 113.41º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50F23C is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 242 | 60 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.05 |
| HSL | 113.41º | 0.88% | 0.59% | - |
| HSV(B) | 113.41º | 0.75% | 0.95% | - |
| XYZ | 35.88 | 65.54 | 15.03 | - |
| YUV | 172.81 | 64.33 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 60 | 0.67 | 0 | 0.75 | 0.05 | 113.41 | 0.88 | 0.59 |
| Hex | 50 | F2 | 3C | 43 | 0 | 4B | 5 | 71 | 58 | 3B |
| Octal | 120 | 362 | 74 | 103 | 0 | 113 | 5 | 161 | 130 | 73 |
| Binary | 1010000 | 11110010 | 111100 | 1000011 | 0 | 1001011 | 101 | 1110001 | 1011000 | 111011 |
Color Harmonies of #50F23C
Complementary color
Monochromatic Colors of #50F23C
Black with #50F23C
Text Example
Text Example
White with #50F23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F23C; }
p { color: rgb(80,242,60); }
H1.HeaderClassName
{
color: #50F23C;
}
.AnyTagClassName
{
color: #50F23C;
}
</style>
background-color css
<style>
a { background-color: #50F23C; }
a { background-color: rgb(80,242,60); }
div.DivClassName
{
background-color: #50F23C;
}
.BgClassName
{
background-color: #50F23C;
}
</style>
border-color css
<style>
span { border-color: #50F23C; }
span { border-color: rgb(80,242,60); }
td.TdClassName
{
border-color: #50F23C;
}
.TagClassName
{
border-color: #50F23C;
}
</style>