Shades of Lima #7FC232
Tints of Lima #7FC232
RGB
CMYK
RGB Variations
Color information
#7FC232 (or 0x7FC232) is known color: Lima. HEX triplet: 7F, C2 and 32. RGB value is (127,194,50). Sum of RGB (Red+Green+Blue) = 127+194+50=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC232 is #803DCD. Grayscale: #9E9E9E. Windows color (decimal): -8404430 or 3326591. OLE color: 3326591.
HSL color Cylindrical-coordinate representation of color #7FC232: hue angle of 87.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7FC232 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 50 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.24 |
| HSL | 87.92º | 0.59% | 0.48% | - |
| HSV(B) | 87.92º | 0.74% | 0.76% | - |
| XYZ | 28.62 | 43.33 | 9.87 | - |
| YUV | 157.55 | 67.3 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 50 | 0.35 | 0 | 0.74 | 0.24 | 87.92 | 0.59 | 0.48 |
| Hex | 7F | C2 | 32 | 23 | 0 | 4A | 18 | 58 | 3B | 30 |
| Octal | 177 | 302 | 62 | 43 | 0 | 112 | 30 | 130 | 73 | 60 |
| Binary | 1111111 | 11000010 | 110010 | 100011 | 0 | 1001010 | 11000 | 1011000 | 111011 | 110000 |
Color Harmonies of #7FC232
Complementary color
Monochromatic Colors of #7FC232
Black with #7FC232
Text Example
Text Example
White with #7FC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC232; }
p { color: rgb(127,194,50); }
H1.HeaderClassName
{
color: #7FC232;
}
.AnyTagClassName
{
color: #7FC232;
}
</style>
background-color css
<style>
a { background-color: #7FC232; }
a { background-color: rgb(127,194,50); }
div.DivClassName
{
background-color: #7FC232;
}
.BgClassName
{
background-color: #7FC232;
}
</style>
border-color css
<style>
span { border-color: #7FC232; }
span { border-color: rgb(127,194,50); }
td.TdClassName
{
border-color: #7FC232;
}
.TagClassName
{
border-color: #7FC232;
}
</style>