Shades of Lima #7ABA25
Tints of Lima #7ABA25
RGB
CMYK
RGB Variations
Color information
#7ABA25 (or 0x7ABA25) is known color: Lima. HEX triplet: 7A, BA and 25. RGB value is (122,186,37). Sum of RGB (Red+Green+Blue) = 122+186+37=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA25 is #8545DA. Grayscale: #969696. Windows color (decimal): -8734171 or 2472570. OLE color: 2472570.
HSL color Cylindrical-coordinate representation of color #7ABA25: hue angle of 85.77º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7ABA25 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 37 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.27 |
| HSL | 85.77º | 0.67% | 0.44% | - |
| HSV(B) | 85.77º | 0.8% | 0.73% | - |
| XYZ | 25.92 | 39.39 | 7.99 | - |
| YUV | 149.88 | 64.3 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 37 | 0.34 | 0 | 0.80 | 0.27 | 85.77 | 0.67 | 0.44 |
| Hex | 7A | BA | 25 | 22 | 0 | 50 | 1B | 56 | 43 | 2C |
| Octal | 172 | 272 | 45 | 42 | 0 | 120 | 33 | 126 | 103 | 54 |
| Binary | 1111010 | 10111010 | 100101 | 100010 | 0 | 1010000 | 11011 | 1010110 | 1000011 | 101100 |
Color Harmonies of #7ABA25
Complementary color
Monochromatic Colors of #7ABA25
Black with #7ABA25
Text Example
Text Example
White with #7ABA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA25; }
p { color: rgb(122,186,37); }
H1.HeaderClassName
{
color: #7ABA25;
}
.AnyTagClassName
{
color: #7ABA25;
}
</style>
background-color css
<style>
a { background-color: #7ABA25; }
a { background-color: rgb(122,186,37); }
div.DivClassName
{
background-color: #7ABA25;
}
.BgClassName
{
background-color: #7ABA25;
}
</style>
border-color css
<style>
span { border-color: #7ABA25; }
span { border-color: rgb(122,186,37); }
td.TdClassName
{
border-color: #7ABA25;
}
.TagClassName
{
border-color: #7ABA25;
}
</style>