Shades of Lima #7FCA14
Tints of Lima #7FCA14
RGB
CMYK
RGB Variations
Color information
#7FCA14 (or 0x7FCA14) is known color: Lima. HEX triplet: 7F, CA and 14. RGB value is (127,202,20). Sum of RGB (Red+Green+Blue) = 127+202+20=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCA14 is #8035EB. Grayscale: #9F9F9F. Windows color (decimal): -8402412 or 1362559. OLE color: 1362559.
HSL color Cylindrical-coordinate representation of color #7FCA14: hue angle of 84.73º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FCA14 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 20 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.21 |
| HSL | 84.73º | 0.82% | 0.44% | - |
| HSV(B) | 84.73º | 0.9% | 0.79% | - |
| XYZ | 30 | 46.8 | 8.11 | - |
| YUV | 158.83 | 49.65 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 20 | 0.37 | 0 | 0.90 | 0.21 | 84.73 | 0.82 | 0.44 |
| Hex | 7F | CA | 14 | 25 | 0 | 5A | 15 | 55 | 52 | 2C |
| Octal | 177 | 312 | 24 | 45 | 0 | 132 | 25 | 125 | 122 | 54 |
| Binary | 1111111 | 11001010 | 10100 | 100101 | 0 | 1011010 | 10101 | 1010101 | 1010010 | 101100 |
Color Harmonies of #7FCA14
Complementary color
Monochromatic Colors of #7FCA14
Black with #7FCA14
Text Example
Text Example
White with #7FCA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA14; }
p { color: rgb(127,202,20); }
H1.HeaderClassName
{
color: #7FCA14;
}
.AnyTagClassName
{
color: #7FCA14;
}
</style>
background-color css
<style>
a { background-color: #7FCA14; }
a { background-color: rgb(127,202,20); }
div.DivClassName
{
background-color: #7FCA14;
}
.BgClassName
{
background-color: #7FCA14;
}
</style>
border-color css
<style>
span { border-color: #7FCA14; }
span { border-color: rgb(127,202,20); }
td.TdClassName
{
border-color: #7FCA14;
}
.TagClassName
{
border-color: #7FCA14;
}
</style>