Shades of Lima #7AB825
Tints of Lima #7AB825
RGB
CMYK
RGB Variations
Color information
#7AB825 (or 0x7AB825) is known color: Lima. HEX triplet: 7A, B8 and 25. RGB value is (122,184,37). Sum of RGB (Red+Green+Blue) = 122+184+37=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB825 is #8547DA. Grayscale: #959595. Windows color (decimal): -8734683 or 2472058. OLE color: 2472058.
HSL color Cylindrical-coordinate representation of color #7AB825: hue angle of 85.31º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AB825 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 37 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.28 |
| HSL | 85.31º | 0.67% | 0.43% | - |
| HSV(B) | 85.31º | 0.8% | 0.72% | - |
| XYZ | 25.5 | 38.55 | 7.85 | - |
| YUV | 148.7 | 64.96 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 37 | 0.34 | 0 | 0.80 | 0.28 | 85.31 | 0.67 | 0.43 |
| Hex | 7A | B8 | 25 | 22 | 0 | 50 | 1C | 55 | 43 | 2B |
| Octal | 172 | 270 | 45 | 42 | 0 | 120 | 34 | 125 | 103 | 53 |
| Binary | 1111010 | 10111000 | 100101 | 100010 | 0 | 1010000 | 11100 | 1010101 | 1000011 | 101011 |
Color Harmonies of #7AB825
Complementary color
Monochromatic Colors of #7AB825
Black with #7AB825
Text Example
Text Example
White with #7AB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB825; }
p { color: rgb(122,184,37); }
H1.HeaderClassName
{
color: #7AB825;
}
.AnyTagClassName
{
color: #7AB825;
}
</style>
background-color css
<style>
a { background-color: #7AB825; }
a { background-color: rgb(122,184,37); }
div.DivClassName
{
background-color: #7AB825;
}
.BgClassName
{
background-color: #7AB825;
}
</style>
border-color css
<style>
span { border-color: #7AB825; }
span { border-color: rgb(122,184,37); }
td.TdClassName
{
border-color: #7AB825;
}
.TagClassName
{
border-color: #7AB825;
}
</style>