Shades of Lima #7FC326
Tints of Lima #7FC326
RGB
CMYK
RGB Variations
Color information
#7FC326 (or 0x7FC326) is known color: Lima. HEX triplet: 7F, C3 and 26. RGB value is (127,195,38). Sum of RGB (Red+Green+Blue) = 127+195+38=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC326 is #803CD9. Grayscale: #9D9D9D. Windows color (decimal): -8404186 or 2540415. OLE color: 2540415.
HSL color Cylindrical-coordinate representation of color #7FC326: hue angle of 85.99º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FC326 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 38 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.24 |
| HSL | 85.99º | 0.67% | 0.46% | - |
| HSV(B) | 85.99º | 0.81% | 0.76% | - |
| XYZ | 28.62 | 43.68 | 8.76 | - |
| YUV | 156.77 | 60.97 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 38 | 0.35 | 0 | 0.81 | 0.24 | 85.99 | 0.67 | 0.46 |
| Hex | 7F | C3 | 26 | 23 | 0 | 51 | 18 | 56 | 43 | 2E |
| Octal | 177 | 303 | 46 | 43 | 0 | 121 | 30 | 126 | 103 | 56 |
| Binary | 1111111 | 11000011 | 100110 | 100011 | 0 | 1010001 | 11000 | 1010110 | 1000011 | 101110 |
Color Harmonies of #7FC326
Complementary color
Monochromatic Colors of #7FC326
Black with #7FC326
Text Example
Text Example
White with #7FC326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC326; }
p { color: rgb(127,195,38); }
H1.HeaderClassName
{
color: #7FC326;
}
.AnyTagClassName
{
color: #7FC326;
}
</style>
background-color css
<style>
a { background-color: #7FC326; }
a { background-color: rgb(127,195,38); }
div.DivClassName
{
background-color: #7FC326;
}
.BgClassName
{
background-color: #7FC326;
}
</style>
border-color css
<style>
span { border-color: #7FC326; }
span { border-color: rgb(127,195,38); }
td.TdClassName
{
border-color: #7FC326;
}
.TagClassName
{
border-color: #7FC326;
}
</style>