Shades of Lima #7FAF02
Tints of Lima #7FAF02
RGB
CMYK
RGB Variations
Color information
#7FAF02 (or 0x7FAF02) is known color: Lima. HEX triplet: 7F, AF and 02. RGB value is (127,175,2). Sum of RGB (Red+Green+Blue) = 127+175+2=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAF02 is #8050FD. Grayscale: #8D8D8D. Windows color (decimal): -8409342 or 175999. OLE color: 175999.
HSL color Cylindrical-coordinate representation of color #7FAF02: hue angle of 76.65º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FAF02 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.31 |
| HSL | 76.65º | 0.98% | 0.35% | - |
| HSV(B) | 76.65º | 0.99% | 0.69% | - |
| XYZ | 24.09 | 35.18 | 5.58 | - |
| YUV | 140.93 | 49.6 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 2 | 0.27 | 0 | 0.99 | 0.31 | 76.65 | 0.98 | 0.35 |
| Hex | 7F | AF | 2 | 1B | 0 | 63 | 1F | 4D | 62 | 23 |
| Octal | 177 | 257 | 2 | 33 | 0 | 143 | 37 | 115 | 142 | 43 |
| Binary | 1111111 | 10101111 | 10 | 11011 | 0 | 1100011 | 11111 | 1001101 | 1100010 | 100011 |
Color Harmonies of #7FAF02
Complementary color
Monochromatic Colors of #7FAF02
Black with #7FAF02
Text Example
Text Example
White with #7FAF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF02; }
p { color: rgb(127,175,2); }
H1.HeaderClassName
{
color: #7FAF02;
}
.AnyTagClassName
{
color: #7FAF02;
}
</style>
background-color css
<style>
a { background-color: #7FAF02; }
a { background-color: rgb(127,175,2); }
div.DivClassName
{
background-color: #7FAF02;
}
.BgClassName
{
background-color: #7FAF02;
}
</style>
border-color css
<style>
span { border-color: #7FAF02; }
span { border-color: rgb(127,175,2); }
td.TdClassName
{
border-color: #7FAF02;
}
.TagClassName
{
border-color: #7FAF02;
}
</style>