Shades of Lima #7ABB28
Tints of Lima #7ABB28
RGB
CMYK
RGB Variations
Color information
#7ABB28 (or 0x7ABB28) is known color: Lima. HEX triplet: 7A, BB and 28. RGB value is (122,187,40). Sum of RGB (Red+Green+Blue) = 122+187+40=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABB28 is #8544D7. Grayscale: #979797. Windows color (decimal): -8733912 or 2669434. OLE color: 2669434.
HSL color Cylindrical-coordinate representation of color #7ABB28: hue angle of 86.53º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7ABB28 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 40 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.27 |
| HSL | 86.53º | 0.65% | 0.45% | - |
| HSV(B) | 86.53º | 0.79% | 0.73% | - |
| XYZ | 26.18 | 39.83 | 8.32 | - |
| YUV | 150.81 | 65.47 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 40 | 0.35 | 0 | 0.79 | 0.27 | 86.53 | 0.65 | 0.45 |
| Hex | 7A | BB | 28 | 23 | 0 | 4F | 1B | 57 | 41 | 2D |
| Octal | 172 | 273 | 50 | 43 | 0 | 117 | 33 | 127 | 101 | 55 |
| Binary | 1111010 | 10111011 | 101000 | 100011 | 0 | 1001111 | 11011 | 1010111 | 1000001 | 101101 |
Color Harmonies of #7ABB28
Complementary color
Monochromatic Colors of #7ABB28
Black with #7ABB28
Text Example
Text Example
White with #7ABB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB28; }
p { color: rgb(122,187,40); }
H1.HeaderClassName
{
color: #7ABB28;
}
.AnyTagClassName
{
color: #7ABB28;
}
</style>
background-color css
<style>
a { background-color: #7ABB28; }
a { background-color: rgb(122,187,40); }
div.DivClassName
{
background-color: #7ABB28;
}
.BgClassName
{
background-color: #7ABB28;
}
</style>
border-color css
<style>
span { border-color: #7ABB28; }
span { border-color: rgb(122,187,40); }
td.TdClassName
{
border-color: #7ABB28;
}
.TagClassName
{
border-color: #7ABB28;
}
</style>