Shades of Lima #7FC520
Tints of Lima #7FC520
RGB
CMYK
RGB Variations
Color information
#7FC520 (or 0x7FC520) is known color: Lima. HEX triplet: 7F, C5 and 20. RGB value is (127,197,32). Sum of RGB (Red+Green+Blue) = 127+197+32=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC520 is #803ADF. Grayscale: #9D9D9D. Windows color (decimal): -8403680 or 2147711. OLE color: 2147711.
HSL color Cylindrical-coordinate representation of color #7FC520: hue angle of 85.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FC520 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 32 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.23 |
| HSL | 85.45º | 0.72% | 0.45% | - |
| HSV(B) | 85.45º | 0.84% | 0.77% | - |
| XYZ | 28.98 | 44.55 | 8.44 | - |
| YUV | 157.26 | 57.31 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 32 | 0.36 | 0 | 0.84 | 0.23 | 85.45 | 0.72 | 0.45 |
| Hex | 7F | C5 | 20 | 24 | 0 | 54 | 17 | 55 | 48 | 2D |
| Octal | 177 | 305 | 40 | 44 | 0 | 124 | 27 | 125 | 110 | 55 |
| Binary | 1111111 | 11000101 | 100000 | 100100 | 0 | 1010100 | 10111 | 1010101 | 1001000 | 101101 |
Color Harmonies of #7FC520
Complementary color
Monochromatic Colors of #7FC520
Black with #7FC520
Text Example
Text Example
White with #7FC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC520; }
p { color: rgb(127,197,32); }
H1.HeaderClassName
{
color: #7FC520;
}
.AnyTagClassName
{
color: #7FC520;
}
</style>
background-color css
<style>
a { background-color: #7FC520; }
a { background-color: rgb(127,197,32); }
div.DivClassName
{
background-color: #7FC520;
}
.BgClassName
{
background-color: #7FC520;
}
</style>
border-color css
<style>
span { border-color: #7FC520; }
span { border-color: rgb(127,197,32); }
td.TdClassName
{
border-color: #7FC520;
}
.TagClassName
{
border-color: #7FC520;
}
</style>