Shades of Lima #7FC320
Tints of Lima #7FC320
RGB
CMYK
RGB Variations
Color information
#7FC320 (or 0x7FC320) is known color: Lima. HEX triplet: 7F, C3 and 20. RGB value is (127,195,32). Sum of RGB (Red+Green+Blue) = 127+195+32=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC320 is #803CDF. Grayscale: #9C9C9C. Windows color (decimal): -8404192 or 2147199. OLE color: 2147199.
HSL color Cylindrical-coordinate representation of color #7FC320: hue angle of 85.03º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FC320 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 32 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.24 |
| HSL | 85.03º | 0.72% | 0.45% | - |
| HSV(B) | 85.03º | 0.84% | 0.76% | - |
| XYZ | 28.53 | 43.65 | 8.29 | - |
| YUV | 156.09 | 57.97 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 32 | 0.35 | 0 | 0.84 | 0.24 | 85.03 | 0.72 | 0.45 |
| Hex | 7F | C3 | 20 | 23 | 0 | 54 | 18 | 55 | 48 | 2D |
| Octal | 177 | 303 | 40 | 43 | 0 | 124 | 30 | 125 | 110 | 55 |
| Binary | 1111111 | 11000011 | 100000 | 100011 | 0 | 1010100 | 11000 | 1010101 | 1001000 | 101101 |
Color Harmonies of #7FC320
Complementary color
Monochromatic Colors of #7FC320
Black with #7FC320
Text Example
Text Example
White with #7FC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC320; }
p { color: rgb(127,195,32); }
H1.HeaderClassName
{
color: #7FC320;
}
.AnyTagClassName
{
color: #7FC320;
}
</style>
background-color css
<style>
a { background-color: #7FC320; }
a { background-color: rgb(127,195,32); }
div.DivClassName
{
background-color: #7FC320;
}
.BgClassName
{
background-color: #7FC320;
}
</style>
border-color css
<style>
span { border-color: #7FC320; }
span { border-color: rgb(127,195,32); }
td.TdClassName
{
border-color: #7FC320;
}
.TagClassName
{
border-color: #7FC320;
}
</style>