Shades of Lima #7FC614
Tints of Lima #7FC614
RGB
CMYK
RGB Variations
Color information
#7FC614 (or 0x7FC614) is known color: Lima. HEX triplet: 7F, C6 and 14. RGB value is (127,198,20). Sum of RGB (Red+Green+Blue) = 127+198+20=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC614 is #8039EB. Grayscale: #9D9D9D. Windows color (decimal): -8403436 or 1361535. OLE color: 1361535.
HSL color Cylindrical-coordinate representation of color #7FC614: hue angle of 83.93º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FC614 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 198 | 20 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.22 |
| HSL | 83.93º | 0.82% | 0.43% | - |
| HSV(B) | 83.93º | 0.9% | 0.78% | - |
| XYZ | 29.07 | 44.95 | 7.81 | - |
| YUV | 156.48 | 50.98 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 20 | 0.36 | 0 | 0.90 | 0.22 | 83.93 | 0.82 | 0.43 |
| Hex | 7F | C6 | 14 | 24 | 0 | 5A | 16 | 54 | 52 | 2B |
| Octal | 177 | 306 | 24 | 44 | 0 | 132 | 26 | 124 | 122 | 53 |
| Binary | 1111111 | 11000110 | 10100 | 100100 | 0 | 1011010 | 10110 | 1010100 | 1010010 | 101011 |
Color Harmonies of #7FC614
Complementary color
Monochromatic Colors of #7FC614
Black with #7FC614
Text Example
Text Example
White with #7FC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC614; }
p { color: rgb(127,198,20); }
H1.HeaderClassName
{
color: #7FC614;
}
.AnyTagClassName
{
color: #7FC614;
}
</style>
background-color css
<style>
a { background-color: #7FC614; }
a { background-color: rgb(127,198,20); }
div.DivClassName
{
background-color: #7FC614;
}
.BgClassName
{
background-color: #7FC614;
}
</style>
border-color css
<style>
span { border-color: #7FC614; }
span { border-color: rgb(127,198,20); }
td.TdClassName
{
border-color: #7FC614;
}
.TagClassName
{
border-color: #7FC614;
}
</style>