Shades of Lime Green #50CF4B
Tints of Lime Green #50CF4B
RGB
CMYK
RGB Variations
Color information
#50CF4B (or 0x50CF4B) is known color: Lime Green. HEX triplet: 50, CF and 4B. RGB value is (80,207,75). Sum of RGB (Red+Green+Blue) = 80+207+75=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF4B is #AF30B4. Grayscale: #9A9A9A. Windows color (decimal): -11481269 or 4968272. OLE color: 4968272.
HSL color Cylindrical-coordinate representation of color #50CF4B: hue angle of 117.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CF4B is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 75 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.19 |
| HSL | 117.73º | 0.58% | 0.55% | - |
| HSV(B) | 117.73º | 0.64% | 0.81% | - |
| XYZ | 26.89 | 46.84 | 14.28 | - |
| YUV | 153.98 | 83.42 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 75 | 0.61 | 0 | 0.64 | 0.19 | 117.73 | 0.58 | 0.55 |
| Hex | 50 | CF | 4B | 3D | 0 | 40 | 13 | 76 | 3A | 37 |
| Octal | 120 | 317 | 113 | 75 | 0 | 100 | 23 | 166 | 72 | 67 |
| Binary | 1010000 | 11001111 | 1001011 | 111101 | 0 | 1000000 | 10011 | 1110110 | 111010 | 110111 |
Color Harmonies of #50CF4B
Complementary color
Monochromatic Colors of #50CF4B
Black with #50CF4B
Text Example
Text Example
White with #50CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF4B; }
p { color: rgb(80,207,75); }
H1.HeaderClassName
{
color: #50CF4B;
}
.AnyTagClassName
{
color: #50CF4B;
}
</style>
background-color css
<style>
a { background-color: #50CF4B; }
a { background-color: rgb(80,207,75); }
div.DivClassName
{
background-color: #50CF4B;
}
.BgClassName
{
background-color: #50CF4B;
}
</style>
border-color css
<style>
span { border-color: #50CF4B; }
span { border-color: rgb(80,207,75); }
td.TdClassName
{
border-color: #50CF4B;
}
.TagClassName
{
border-color: #50CF4B;
}
</style>