Shades of Lima #7FC201
Tints of Lima #7FC201
RGB
CMYK
RGB Variations
Color information
#7FC201 (or 0x7FC201) is known color: Lima. HEX triplet: 7F, C2 and 01. RGB value is (127,194,1). Sum of RGB (Red+Green+Blue) = 127+194+1=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC201 is #803DFE. Grayscale: #989898. Windows color (decimal): -8404479 or 115327. OLE color: 115327.
HSL color Cylindrical-coordinate representation of color #7FC201: hue angle of 80.83º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FC201 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.24 |
| HSL | 80.83º | 0.99% | 0.38% | - |
| HSV(B) | 80.83º | 0.99% | 0.76% | - |
| XYZ | 28.05 | 43.1 | 6.87 | - |
| YUV | 151.97 | 42.8 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 1 | 0.35 | 0 | 0.99 | 0.24 | 80.83 | 0.99 | 0.38 |
| Hex | 7F | C2 | 1 | 23 | 0 | 63 | 18 | 51 | 63 | 26 |
| Octal | 177 | 302 | 1 | 43 | 0 | 143 | 30 | 121 | 143 | 46 |
| Binary | 1111111 | 11000010 | 1 | 100011 | 0 | 1100011 | 11000 | 1010001 | 1100011 | 100110 |
Color Harmonies of #7FC201
Complementary color
Monochromatic Colors of #7FC201
Black with #7FC201
Text Example
Text Example
White with #7FC201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC201; }
p { color: rgb(127,194,1); }
H1.HeaderClassName
{
color: #7FC201;
}
.AnyTagClassName
{
color: #7FC201;
}
</style>
background-color css
<style>
a { background-color: #7FC201; }
a { background-color: rgb(127,194,1); }
div.DivClassName
{
background-color: #7FC201;
}
.BgClassName
{
background-color: #7FC201;
}
</style>
border-color css
<style>
span { border-color: #7FC201; }
span { border-color: rgb(127,194,1); }
td.TdClassName
{
border-color: #7FC201;
}
.TagClassName
{
border-color: #7FC201;
}
</style>