Shades of Lima #7ACB13
Tints of Lima #7ACB13
RGB
CMYK
RGB Variations
Color information
#7ACB13 (or 0x7ACB13) is known color: Lima. HEX triplet: 7A, CB and 13. RGB value is (122,203,19). Sum of RGB (Red+Green+Blue) = 122+203+19=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 203 (79.69% from 255 or 59.01% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACB13 is #8534EC. Grayscale: #9E9E9E. Windows color (decimal): -8729837 or 1297274. OLE color: 1297274.
HSL color Cylindrical-coordinate representation of color #7ACB13: hue angle of 86.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7ACB13 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 19 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.20 |
| HSL | 86.41º | 0.83% | 0.44% | - |
| HSV(B) | 86.41º | 0.91% | 0.8% | - |
| XYZ | 29.5 | 46.9 | 8.11 | - |
| YUV | 157.81 | 49.66 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 19 | 0.40 | 0 | 0.91 | 0.20 | 86.41 | 0.83 | 0.44 |
| Hex | 7A | CB | 13 | 28 | 0 | 5B | 14 | 56 | 53 | 2C |
| Octal | 172 | 313 | 23 | 50 | 0 | 133 | 24 | 126 | 123 | 54 |
| Binary | 1111010 | 11001011 | 10011 | 101000 | 0 | 1011011 | 10100 | 1010110 | 1010011 | 101100 |
Color Harmonies of #7ACB13
Complementary color
Monochromatic Colors of #7ACB13
Black with #7ACB13
Text Example
Text Example
White with #7ACB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB13; }
p { color: rgb(122,203,19); }
H1.HeaderClassName
{
color: #7ACB13;
}
.AnyTagClassName
{
color: #7ACB13;
}
</style>
background-color css
<style>
a { background-color: #7ACB13; }
a { background-color: rgb(122,203,19); }
div.DivClassName
{
background-color: #7ACB13;
}
.BgClassName
{
background-color: #7ACB13;
}
</style>
border-color css
<style>
span { border-color: #7ACB13; }
span { border-color: rgb(122,203,19); }
td.TdClassName
{
border-color: #7ACB13;
}
.TagClassName
{
border-color: #7ACB13;
}
</style>