Shades of Lima #7FC523
Tints of Lima #7FC523
RGB
CMYK
RGB Variations
Color information
#7FC523 (or 0x7FC523) is known color: Lima. HEX triplet: 7F, C5 and 23. RGB value is (127,197,35). Sum of RGB (Red+Green+Blue) = 127+197+35=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC523 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC523 is #803ADC. Grayscale: #9E9E9E. Windows color (decimal): -8403677 or 2344319. OLE color: 2344319.
HSL color Cylindrical-coordinate representation of color #7FC523: hue angle of 85.93º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7FC523 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 35 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.23 |
| HSL | 85.93º | 0.7% | 0.45% | - |
| HSV(B) | 85.93º | 0.82% | 0.77% | - |
| XYZ | 29.02 | 44.57 | 8.66 | - |
| YUV | 157.6 | 58.81 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 35 | 0.36 | 0 | 0.82 | 0.23 | 85.93 | 0.7 | 0.45 |
| Hex | 7F | C5 | 23 | 24 | 0 | 52 | 17 | 56 | 46 | 2D |
| Octal | 177 | 305 | 43 | 44 | 0 | 122 | 27 | 126 | 106 | 55 |
| Binary | 1111111 | 11000101 | 100011 | 100100 | 0 | 1010010 | 10111 | 1010110 | 1000110 | 101101 |
Color Harmonies of #7FC523
Complementary color
Monochromatic Colors of #7FC523
Black with #7FC523
Text Example
Text Example
White with #7FC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC523; }
p { color: rgb(127,197,35); }
H1.HeaderClassName
{
color: #7FC523;
}
.AnyTagClassName
{
color: #7FC523;
}
</style>
background-color css
<style>
a { background-color: #7FC523; }
a { background-color: rgb(127,197,35); }
div.DivClassName
{
background-color: #7FC523;
}
.BgClassName
{
background-color: #7FC523;
}
</style>
border-color css
<style>
span { border-color: #7FC523; }
span { border-color: rgb(127,197,35); }
td.TdClassName
{
border-color: #7FC523;
}
.TagClassName
{
border-color: #7FC523;
}
</style>