Shades of Lima #7FC813
Tints of Lima #7FC813
RGB
CMYK
RGB Variations
Color information
#7FC813 (or 0x7FC813) is known color: Lima. HEX triplet: 7F, C8 and 13. RGB value is (127,200,19). Sum of RGB (Red+Green+Blue) = 127+200+19=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC813 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC813 is #8037EC. Grayscale: #9E9E9E. Windows color (decimal): -8402925 or 1296511. OLE color: 1296511.
HSL color Cylindrical-coordinate representation of color #7FC813: hue angle of 84.2º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FC813 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 19 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.22 |
| HSL | 84.2º | 0.83% | 0.43% | - |
| HSV(B) | 84.2º | 0.91% | 0.78% | - |
| XYZ | 29.52 | 45.87 | 7.91 | - |
| YUV | 157.54 | 49.82 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 19 | 0.36 | 0 | 0.90 | 0.22 | 84.2 | 0.83 | 0.43 |
| Hex | 7F | C8 | 13 | 24 | 0 | 5A | 16 | 54 | 53 | 2B |
| Octal | 177 | 310 | 23 | 44 | 0 | 132 | 26 | 124 | 123 | 53 |
| Binary | 1111111 | 11001000 | 10011 | 100100 | 0 | 1011010 | 10110 | 1010100 | 1010011 | 101011 |
Color Harmonies of #7FC813
Complementary color
Monochromatic Colors of #7FC813
Black with #7FC813
Text Example
Text Example
White with #7FC813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC813; }
p { color: rgb(127,200,19); }
H1.HeaderClassName
{
color: #7FC813;
}
.AnyTagClassName
{
color: #7FC813;
}
</style>
background-color css
<style>
a { background-color: #7FC813; }
a { background-color: rgb(127,200,19); }
div.DivClassName
{
background-color: #7FC813;
}
.BgClassName
{
background-color: #7FC813;
}
</style>
border-color css
<style>
span { border-color: #7FC813; }
span { border-color: rgb(127,200,19); }
td.TdClassName
{
border-color: #7FC813;
}
.TagClassName
{
border-color: #7FC813;
}
</style>