Shades of Lima #7FC202
Tints of Lima #7FC202
RGB
CMYK
RGB Variations
Color information
#7FC202 (or 0x7FC202) is known color: Lima. HEX triplet: 7F, C2 and 02. RGB value is (127,194,2). Sum of RGB (Red+Green+Blue) = 127+194+2=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC202 is #803DFD. Grayscale: #989898. Windows color (decimal): -8404478 or 180863. OLE color: 180863.
HSL color Cylindrical-coordinate representation of color #7FC202: hue angle of 80.94º degrees, saturation: 0.98, 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 #7FC202 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.24 |
| HSL | 80.94º | 0.98% | 0.38% | - |
| HSV(B) | 80.94º | 0.99% | 0.76% | - |
| XYZ | 28.06 | 43.1 | 6.9 | - |
| YUV | 152.08 | 43.3 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 2 | 0.35 | 0 | 0.99 | 0.24 | 80.94 | 0.98 | 0.38 |
| Hex | 7F | C2 | 2 | 23 | 0 | 63 | 18 | 51 | 62 | 26 |
| Octal | 177 | 302 | 2 | 43 | 0 | 143 | 30 | 121 | 142 | 46 |
| Binary | 1111111 | 11000010 | 10 | 100011 | 0 | 1100011 | 11000 | 1010001 | 1100010 | 100110 |
Color Harmonies of #7FC202
Complementary color
Monochromatic Colors of #7FC202
Black with #7FC202
Text Example
Text Example
White with #7FC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC202; }
p { color: rgb(127,194,2); }
H1.HeaderClassName
{
color: #7FC202;
}
.AnyTagClassName
{
color: #7FC202;
}
</style>
background-color css
<style>
a { background-color: #7FC202; }
a { background-color: rgb(127,194,2); }
div.DivClassName
{
background-color: #7FC202;
}
.BgClassName
{
background-color: #7FC202;
}
</style>
border-color css
<style>
span { border-color: #7FC202; }
span { border-color: rgb(127,194,2); }
td.TdClassName
{
border-color: #7FC202;
}
.TagClassName
{
border-color: #7FC202;
}
</style>