Shades of Lima #7FB305
Tints of Lima #7FB305
RGB
CMYK
RGB Variations
Color information
#7FB305 (or 0x7FB305) is known color: Lima. HEX triplet: 7F, B3 and 05. RGB value is (127,179,5). Sum of RGB (Red+Green+Blue) = 127+179+5=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB305 is #804CFA. Grayscale: #909090. Windows color (decimal): -8408315 or 373631. OLE color: 373631.
HSL color Cylindrical-coordinate representation of color #7FB305: hue angle of 77.93º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FB305 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 5 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.30 |
| HSL | 77.93º | 0.95% | 0.36% | - |
| HSV(B) | 77.93º | 0.97% | 0.7% | - |
| XYZ | 24.9 | 36.76 | 5.93 | - |
| YUV | 143.62 | 49.77 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 5 | 0.29 | 0 | 0.97 | 0.30 | 77.93 | 0.95 | 0.36 |
| Hex | 7F | B3 | 5 | 1D | 0 | 61 | 1E | 4E | 5F | 24 |
| Octal | 177 | 263 | 5 | 35 | 0 | 141 | 36 | 116 | 137 | 44 |
| Binary | 1111111 | 10110011 | 101 | 11101 | 0 | 1100001 | 11110 | 1001110 | 1011111 | 100100 |
Color Harmonies of #7FB305
Complementary color
Monochromatic Colors of #7FB305
Black with #7FB305
Text Example
Text Example
White with #7FB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB305; }
p { color: rgb(127,179,5); }
H1.HeaderClassName
{
color: #7FB305;
}
.AnyTagClassName
{
color: #7FB305;
}
</style>
background-color css
<style>
a { background-color: #7FB305; }
a { background-color: rgb(127,179,5); }
div.DivClassName
{
background-color: #7FB305;
}
.BgClassName
{
background-color: #7FB305;
}
</style>
border-color css
<style>
span { border-color: #7FB305; }
span { border-color: rgb(127,179,5); }
td.TdClassName
{
border-color: #7FB305;
}
.TagClassName
{
border-color: #7FB305;
}
</style>