Shades of Lima #7FB421
Tints of Lima #7FB421
RGB
CMYK
RGB Variations
Color information
#7FB421 (or 0x7FB421) is known color: Lima. HEX triplet: 7F, B4 and 21. RGB value is (127,180,33). Sum of RGB (Red+Green+Blue) = 127+180+33=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB421 is #804BDE. Grayscale: #939393. Windows color (decimal): -8408031 or 2208895. OLE color: 2208895.
HSL color Cylindrical-coordinate representation of color #7FB421: hue angle of 81.63º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7FB421 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 33 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.29 |
| HSL | 81.63º | 0.69% | 0.42% | - |
| HSV(B) | 81.63º | 0.82% | 0.71% | - |
| XYZ | 25.35 | 37.26 | 7.3 | - |
| YUV | 147.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 33 | 0.29 | 0 | 0.82 | 0.29 | 81.63 | 0.69 | 0.42 |
| Hex | 7F | B4 | 21 | 1D | 0 | 52 | 1D | 52 | 45 | 2A |
| Octal | 177 | 264 | 41 | 35 | 0 | 122 | 35 | 122 | 105 | 52 |
| Binary | 1111111 | 10110100 | 100001 | 11101 | 0 | 1010010 | 11101 | 1010010 | 1000101 | 101010 |
Color Harmonies of #7FB421
Complementary color
Monochromatic Colors of #7FB421
Black with #7FB421
Text Example
Text Example
White with #7FB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB421; }
p { color: rgb(127,180,33); }
H1.HeaderClassName
{
color: #7FB421;
}
.AnyTagClassName
{
color: #7FB421;
}
</style>
background-color css
<style>
a { background-color: #7FB421; }
a { background-color: rgb(127,180,33); }
div.DivClassName
{
background-color: #7FB421;
}
.BgClassName
{
background-color: #7FB421;
}
</style>
border-color css
<style>
span { border-color: #7FB421; }
span { border-color: rgb(127,180,33); }
td.TdClassName
{
border-color: #7FB421;
}
.TagClassName
{
border-color: #7FB421;
}
</style>