Shades of Lima #7FC118
Tints of Lima #7FC118
RGB
CMYK
RGB Variations
Color information
#7FC118 (or 0x7FC118) is known color: Lima. HEX triplet: 7F, C1 and 18. RGB value is (127,193,24). Sum of RGB (Red+Green+Blue) = 127+193+24=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC118 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC118 is #803EE7. Grayscale: #9A9A9A. Windows color (decimal): -8404712 or 1622399. OLE color: 1622399.
HSL color Cylindrical-coordinate representation of color #7FC118: hue angle of 83.43º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FC118 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 24 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.24 |
| HSL | 83.43º | 0.78% | 0.43% | - |
| HSV(B) | 83.43º | 0.88% | 0.76% | - |
| XYZ | 27.99 | 42.72 | 7.63 | - |
| YUV | 154 | 54.63 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 24 | 0.34 | 0 | 0.88 | 0.24 | 83.43 | 0.78 | 0.43 |
| Hex | 7F | C1 | 18 | 22 | 0 | 58 | 18 | 53 | 4E | 2B |
| Octal | 177 | 301 | 30 | 42 | 0 | 130 | 30 | 123 | 116 | 53 |
| Binary | 1111111 | 11000001 | 11000 | 100010 | 0 | 1011000 | 11000 | 1010011 | 1001110 | 101011 |
Color Harmonies of #7FC118
Complementary color
Monochromatic Colors of #7FC118
Black with #7FC118
Text Example
Text Example
White with #7FC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC118; }
p { color: rgb(127,193,24); }
H1.HeaderClassName
{
color: #7FC118;
}
.AnyTagClassName
{
color: #7FC118;
}
</style>
background-color css
<style>
a { background-color: #7FC118; }
a { background-color: rgb(127,193,24); }
div.DivClassName
{
background-color: #7FC118;
}
.BgClassName
{
background-color: #7FC118;
}
</style>
border-color css
<style>
span { border-color: #7FC118; }
span { border-color: rgb(127,193,24); }
td.TdClassName
{
border-color: #7FC118;
}
.TagClassName
{
border-color: #7FC118;
}
</style>