Shades of Lima #7FC021
Tints of Lima #7FC021
RGB
CMYK
RGB Variations
Color information
#7FC021 (or 0x7FC021) is known color: Lima. HEX triplet: 7F, C0 and 21. RGB value is (127,192,33). Sum of RGB (Red+Green+Blue) = 127+192+33=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC021 is #803FDE. Grayscale: #9B9B9B. Windows color (decimal): -8404959 or 2211967. OLE color: 2211967.
HSL color Cylindrical-coordinate representation of color #7FC021: hue angle of 84.53º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7FC021 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 33 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.25 |
| HSL | 84.53º | 0.71% | 0.44% | - |
| HSV(B) | 84.53º | 0.83% | 0.75% | - |
| XYZ | 27.88 | 42.32 | 8.14 | - |
| YUV | 154.44 | 59.47 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 33 | 0.34 | 0 | 0.83 | 0.25 | 84.53 | 0.71 | 0.44 |
| Hex | 7F | C0 | 21 | 22 | 0 | 53 | 19 | 55 | 47 | 2C |
| Octal | 177 | 300 | 41 | 42 | 0 | 123 | 31 | 125 | 107 | 54 |
| Binary | 1111111 | 11000000 | 100001 | 100010 | 0 | 1010011 | 11001 | 1010101 | 1000111 | 101100 |
Color Harmonies of #7FC021
Complementary color
Monochromatic Colors of #7FC021
Black with #7FC021
Text Example
Text Example
White with #7FC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC021; }
p { color: rgb(127,192,33); }
H1.HeaderClassName
{
color: #7FC021;
}
.AnyTagClassName
{
color: #7FC021;
}
</style>
background-color css
<style>
a { background-color: #7FC021; }
a { background-color: rgb(127,192,33); }
div.DivClassName
{
background-color: #7FC021;
}
.BgClassName
{
background-color: #7FC021;
}
</style>
border-color css
<style>
span { border-color: #7FC021; }
span { border-color: rgb(127,192,33); }
td.TdClassName
{
border-color: #7FC021;
}
.TagClassName
{
border-color: #7FC021;
}
</style>