Shades of Lima #7FC403
Tints of Lima #7FC403
RGB
CMYK
RGB Variations
Color information
#7FC403 (or 0x7FC403) is known color: Lima. HEX triplet: 7F, C4 and 03. RGB value is (127,196,3). Sum of RGB (Red+Green+Blue) = 127+196+3=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC403 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC403 is #803BFC. Grayscale: #9A9A9A. Windows color (decimal): -8403965 or 246911. OLE color: 246911.
HSL color Cylindrical-coordinate representation of color #7FC403: hue angle of 81.45º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7FC403 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 196 | 3 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.23 |
| HSL | 81.45º | 0.97% | 0.39% | - |
| HSV(B) | 81.45º | 0.98% | 0.77% | - |
| XYZ | 28.51 | 44 | 7.08 | - |
| YUV | 153.37 | 43.14 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 196 | 3 | 0.35 | 0 | 0.98 | 0.23 | 81.45 | 0.97 | 0.39 |
| Hex | 7F | C4 | 3 | 23 | 0 | 62 | 17 | 51 | 61 | 27 |
| Octal | 177 | 304 | 3 | 43 | 0 | 142 | 27 | 121 | 141 | 47 |
| Binary | 1111111 | 11000100 | 11 | 100011 | 0 | 1100010 | 10111 | 1010001 | 1100001 | 100111 |
Color Harmonies of #7FC403
Complementary color
Monochromatic Colors of #7FC403
Black with #7FC403
Text Example
Text Example
White with #7FC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC403; }
p { color: rgb(127,196,3); }
H1.HeaderClassName
{
color: #7FC403;
}
.AnyTagClassName
{
color: #7FC403;
}
</style>
background-color css
<style>
a { background-color: #7FC403; }
a { background-color: rgb(127,196,3); }
div.DivClassName
{
background-color: #7FC403;
}
.BgClassName
{
background-color: #7FC403;
}
</style>
border-color css
<style>
span { border-color: #7FC403; }
span { border-color: rgb(127,196,3); }
td.TdClassName
{
border-color: #7FC403;
}
.TagClassName
{
border-color: #7FC403;
}
</style>