Shades of Lima #7FB602
Tints of Lima #7FB602
RGB
CMYK
RGB Variations
Color information
#7FB602 (or 0x7FB602) is known color: Lima. HEX triplet: 7F, B6 and 02. RGB value is (127,182,2). Sum of RGB (Red+Green+Blue) = 127+182+2=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 182 (71.48% from 255 or 58.52% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB602 is #8049FD. Grayscale: #919191. Windows color (decimal): -8407550 or 177791. OLE color: 177791.
HSL color Cylindrical-coordinate representation of color #7FB602: hue angle of 78.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FB602 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 182 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.29 |
| HSL | 78.33º | 0.98% | 0.36% | - |
| HSV(B) | 78.33º | 0.99% | 0.71% | - |
| XYZ | 25.49 | 37.97 | 6.04 | - |
| YUV | 145.04 | 47.28 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 182 | 2 | 0.30 | 0 | 0.99 | 0.29 | 78.33 | 0.98 | 0.36 |
| Hex | 7F | B6 | 2 | 1E | 0 | 63 | 1D | 4E | 62 | 24 |
| Octal | 177 | 266 | 2 | 36 | 0 | 143 | 35 | 116 | 142 | 44 |
| Binary | 1111111 | 10110110 | 10 | 11110 | 0 | 1100011 | 11101 | 1001110 | 1100010 | 100100 |
Color Harmonies of #7FB602
Complementary color
Monochromatic Colors of #7FB602
Black with #7FB602
Text Example
Text Example
White with #7FB602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB602; }
p { color: rgb(127,182,2); }
H1.HeaderClassName
{
color: #7FB602;
}
.AnyTagClassName
{
color: #7FB602;
}
</style>
background-color css
<style>
a { background-color: #7FB602; }
a { background-color: rgb(127,182,2); }
div.DivClassName
{
background-color: #7FB602;
}
.BgClassName
{
background-color: #7FB602;
}
</style>
border-color css
<style>
span { border-color: #7FB602; }
span { border-color: rgb(127,182,2); }
td.TdClassName
{
border-color: #7FB602;
}
.TagClassName
{
border-color: #7FB602;
}
</style>