Shades of Lima #7FC703
Tints of Lima #7FC703
RGB
CMYK
RGB Variations
Color information
#7FC703 (or 0x7FC703) is known color: Lima. HEX triplet: 7F, C7 and 03. RGB value is (127,199,3). Sum of RGB (Red+Green+Blue) = 127+199+3=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 199 (78.12% from 255 or 60.49% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC703 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC703 is #8038FC. Grayscale: #9B9B9B. Windows color (decimal): -8403197 or 247679. OLE color: 247679.
HSL color Cylindrical-coordinate representation of color #7FC703: hue angle of 82.04º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7FC703 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 199 | 3 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.22 |
| HSL | 82.04º | 0.97% | 0.4% | - |
| HSV(B) | 82.04º | 0.98% | 0.78% | - |
| XYZ | 29.19 | 45.37 | 7.3 | - |
| YUV | 155.13 | 42.15 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 3 | 0.36 | 0 | 0.98 | 0.22 | 82.04 | 0.97 | 0.4 |
| Hex | 7F | C7 | 3 | 24 | 0 | 62 | 16 | 52 | 61 | 28 |
| Octal | 177 | 307 | 3 | 44 | 0 | 142 | 26 | 122 | 141 | 50 |
| Binary | 1111111 | 11000111 | 11 | 100100 | 0 | 1100010 | 10110 | 1010010 | 1100001 | 101000 |
Color Harmonies of #7FC703
Complementary color
Monochromatic Colors of #7FC703
Black with #7FC703
Text Example
Text Example
White with #7FC703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC703; }
p { color: rgb(127,199,3); }
H1.HeaderClassName
{
color: #7FC703;
}
.AnyTagClassName
{
color: #7FC703;
}
</style>
background-color css
<style>
a { background-color: #7FC703; }
a { background-color: rgb(127,199,3); }
div.DivClassName
{
background-color: #7FC703;
}
.BgClassName
{
background-color: #7FC703;
}
</style>
border-color css
<style>
span { border-color: #7FC703; }
span { border-color: rgb(127,199,3); }
td.TdClassName
{
border-color: #7FC703;
}
.TagClassName
{
border-color: #7FC703;
}
</style>