Shades of Lima #7FB401
Tints of Lima #7FB401
RGB
CMYK
RGB Variations
Color information
#7FB401 (or 0x7FB401) is known color: Lima. HEX triplet: 7F, B4 and 01. RGB value is (127,180,1). Sum of RGB (Red+Green+Blue) = 127+180+1=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB401 is #804BFE. Grayscale: #909090. Windows color (decimal): -8408063 or 111743. OLE color: 111743.
HSL color Cylindrical-coordinate representation of color #7FB401: hue angle of 77.77º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FB401 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.29 |
| HSL | 77.77º | 0.99% | 0.35% | - |
| HSV(B) | 77.77º | 0.99% | 0.71% | - |
| XYZ | 25.08 | 37.16 | 5.88 | - |
| YUV | 143.75 | 47.44 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 1 | 0.29 | 0 | 0.99 | 0.29 | 77.77 | 0.99 | 0.35 |
| Hex | 7F | B4 | 1 | 1D | 0 | 63 | 1D | 4E | 63 | 23 |
| Octal | 177 | 264 | 1 | 35 | 0 | 143 | 35 | 116 | 143 | 43 |
| Binary | 1111111 | 10110100 | 1 | 11101 | 0 | 1100011 | 11101 | 1001110 | 1100011 | 100011 |
Color Harmonies of #7FB401
Complementary color
Monochromatic Colors of #7FB401
Black with #7FB401
Text Example
Text Example
White with #7FB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB401; }
p { color: rgb(127,180,1); }
H1.HeaderClassName
{
color: #7FB401;
}
.AnyTagClassName
{
color: #7FB401;
}
</style>
background-color css
<style>
a { background-color: #7FB401; }
a { background-color: rgb(127,180,1); }
div.DivClassName
{
background-color: #7FB401;
}
.BgClassName
{
background-color: #7FB401;
}
</style>
border-color css
<style>
span { border-color: #7FB401; }
span { border-color: rgb(127,180,1); }
td.TdClassName
{
border-color: #7FB401;
}
.TagClassName
{
border-color: #7FB401;
}
</style>