Shades of Lima #7ABF17
Tints of Lima #7ABF17
RGB
CMYK
RGB Variations
Color information
#7ABF17 (or 0x7ABF17) is known color: Lima. HEX triplet: 7A, BF and 17. RGB value is (122,191,23). Sum of RGB (Red+Green+Blue) = 122+191+23=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABF17 is #8540E8. Grayscale: #979797. Windows color (decimal): -8732905 or 1556346. OLE color: 1556346.
HSL color Cylindrical-coordinate representation of color #7ABF17: hue angle of 84.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7ABF17 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 191 | 23 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.25 |
| HSL | 84.64º | 0.79% | 0.42% | - |
| HSV(B) | 84.64º | 0.88% | 0.75% | - |
| XYZ | 26.81 | 41.46 | 7.4 | - |
| YUV | 151.22 | 55.64 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 23 | 0.36 | 0 | 0.88 | 0.25 | 84.64 | 0.79 | 0.42 |
| Hex | 7A | BF | 17 | 24 | 0 | 58 | 19 | 55 | 4F | 2A |
| Octal | 172 | 277 | 27 | 44 | 0 | 130 | 31 | 125 | 117 | 52 |
| Binary | 1111010 | 10111111 | 10111 | 100100 | 0 | 1011000 | 11001 | 1010101 | 1001111 | 101010 |
Color Harmonies of #7ABF17
Complementary color
Monochromatic Colors of #7ABF17
Black with #7ABF17
Text Example
Text Example
White with #7ABF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABF17; }
p { color: rgb(122,191,23); }
H1.HeaderClassName
{
color: #7ABF17;
}
.AnyTagClassName
{
color: #7ABF17;
}
</style>
background-color css
<style>
a { background-color: #7ABF17; }
a { background-color: rgb(122,191,23); }
div.DivClassName
{
background-color: #7ABF17;
}
.BgClassName
{
background-color: #7ABF17;
}
</style>
border-color css
<style>
span { border-color: #7ABF17; }
span { border-color: rgb(122,191,23); }
td.TdClassName
{
border-color: #7ABF17;
}
.TagClassName
{
border-color: #7ABF17;
}
</style>