Shades of Lima #7FC030
Tints of Lima #7FC030
RGB
CMYK
RGB Variations
Color information
#7FC030 (or 0x7FC030) is known color: Lima. HEX triplet: 7F, C0 and 30. RGB value is (127,192,48). Sum of RGB (Red+Green+Blue) = 127+192+48=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC030 is #803FCF. Grayscale: #9C9C9C. Windows color (decimal): -8404944 or 3195007. OLE color: 3195007.
HSL color Cylindrical-coordinate representation of color #7FC030: hue angle of 87.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FC030 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 48 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.25 |
| HSL | 87.08º | 0.6% | 0.47% | - |
| HSV(B) | 87.08º | 0.75% | 0.75% | - |
| XYZ | 28.14 | 42.42 | 9.5 | - |
| YUV | 156.15 | 66.97 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 48 | 0.34 | 0 | 0.75 | 0.25 | 87.08 | 0.6 | 0.47 |
| Hex | 7F | C0 | 30 | 22 | 0 | 4B | 19 | 57 | 3C | 2F |
| Octal | 177 | 300 | 60 | 42 | 0 | 113 | 31 | 127 | 74 | 57 |
| Binary | 1111111 | 11000000 | 110000 | 100010 | 0 | 1001011 | 11001 | 1010111 | 111100 | 101111 |
Color Harmonies of #7FC030
Complementary color
Monochromatic Colors of #7FC030
Black with #7FC030
Text Example
Text Example
White with #7FC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC030; }
p { color: rgb(127,192,48); }
H1.HeaderClassName
{
color: #7FC030;
}
.AnyTagClassName
{
color: #7FC030;
}
</style>
background-color css
<style>
a { background-color: #7FC030; }
a { background-color: rgb(127,192,48); }
div.DivClassName
{
background-color: #7FC030;
}
.BgClassName
{
background-color: #7FC030;
}
</style>
border-color css
<style>
span { border-color: #7FC030; }
span { border-color: rgb(127,192,48); }
td.TdClassName
{
border-color: #7FC030;
}
.TagClassName
{
border-color: #7FC030;
}
</style>