Shades of Lima #7ACB17
Tints of Lima #7ACB17
RGB
CMYK
RGB Variations
Color information
#7ACB17 (or 0x7ACB17) is known color: Lima. HEX triplet: 7A, CB and 17. RGB value is (122,203,23). Sum of RGB (Red+Green+Blue) = 122+203+23=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACB17 is #8534E8. Grayscale: #9E9E9E. Windows color (decimal): -8729833 or 1559418. OLE color: 1559418.
HSL color Cylindrical-coordinate representation of color #7ACB17: hue angle of 87º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7ACB17 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 23 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.20 |
| HSL | 87º | 0.8% | 0.44% | - |
| HSV(B) | 87º | 0.89% | 0.8% | - |
| XYZ | 29.54 | 46.91 | 8.31 | - |
| YUV | 158.26 | 51.66 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 23 | 0.40 | 0 | 0.89 | 0.20 | 87 | 0.8 | 0.44 |
| Hex | 7A | CB | 17 | 28 | 0 | 59 | 14 | 57 | 50 | 2C |
| Octal | 172 | 313 | 27 | 50 | 0 | 131 | 24 | 127 | 120 | 54 |
| Binary | 1111010 | 11001011 | 10111 | 101000 | 0 | 1011001 | 10100 | 1010111 | 1010000 | 101100 |
Color Harmonies of #7ACB17
Complementary color
Monochromatic Colors of #7ACB17
Black with #7ACB17
Text Example
Text Example
White with #7ACB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB17; }
p { color: rgb(122,203,23); }
H1.HeaderClassName
{
color: #7ACB17;
}
.AnyTagClassName
{
color: #7ACB17;
}
</style>
background-color css
<style>
a { background-color: #7ACB17; }
a { background-color: rgb(122,203,23); }
div.DivClassName
{
background-color: #7ACB17;
}
.BgClassName
{
background-color: #7ACB17;
}
</style>
border-color css
<style>
span { border-color: #7ACB17; }
span { border-color: rgb(122,203,23); }
td.TdClassName
{
border-color: #7ACB17;
}
.TagClassName
{
border-color: #7ACB17;
}
</style>