Shades of Lima #7ACF0F
Tints of Lima #7ACF0F
RGB
CMYK
RGB Variations
Color information
#7ACF0F (or 0x7ACF0F) is known color: Lima. HEX triplet: 7A, CF and 0F. RGB value is (122,207,15). Sum of RGB (Red+Green+Blue) = 122+207+15=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACF0F is #8530F0. Grayscale: #A0A0A0. Windows color (decimal): -8728817 or 1036154. OLE color: 1036154.
HSL color Cylindrical-coordinate representation of color #7ACF0F: hue angle of 86.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7ACF0F is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 15 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.19 |
| HSL | 86.56º | 0.86% | 0.44% | - |
| HSV(B) | 86.56º | 0.93% | 0.81% | - |
| XYZ | 30.43 | 48.8 | 8.27 | - |
| YUV | 159.7 | 46.34 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 15 | 0.41 | 0 | 0.93 | 0.19 | 86.56 | 0.86 | 0.44 |
| Hex | 7A | CF | F | 29 | 0 | 5D | 13 | 57 | 56 | 2C |
| Octal | 172 | 317 | 17 | 51 | 0 | 135 | 23 | 127 | 126 | 54 |
| Binary | 1111010 | 11001111 | 1111 | 101001 | 0 | 1011101 | 10011 | 1010111 | 1010110 | 101100 |
Color Harmonies of #7ACF0F
Complementary color
Monochromatic Colors of #7ACF0F
Black with #7ACF0F
Text Example
Text Example
White with #7ACF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF0F; }
p { color: rgb(122,207,15); }
H1.HeaderClassName
{
color: #7ACF0F;
}
.AnyTagClassName
{
color: #7ACF0F;
}
</style>
background-color css
<style>
a { background-color: #7ACF0F; }
a { background-color: rgb(122,207,15); }
div.DivClassName
{
background-color: #7ACF0F;
}
.BgClassName
{
background-color: #7ACF0F;
}
</style>
border-color css
<style>
span { border-color: #7ACF0F; }
span { border-color: rgb(122,207,15); }
td.TdClassName
{
border-color: #7ACF0F;
}
.TagClassName
{
border-color: #7ACF0F;
}
</style>