Shades of Lima #7ACB28
Tints of Lima #7ACB28
RGB
CMYK
RGB Variations
Color information
#7ACB28 (or 0x7ACB28) is known color: Lima. HEX triplet: 7A, CB and 28. RGB value is (122,203,40). Sum of RGB (Red+Green+Blue) = 122+203+40=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB28 is #8534D7. Grayscale: #A0A0A0. Windows color (decimal): -8729816 or 2673530. OLE color: 2673530.
HSL color Cylindrical-coordinate representation of color #7ACB28: hue angle of 89.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7ACB28 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 40 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.20 |
| HSL | 89.82º | 0.67% | 0.48% | - |
| HSV(B) | 89.82º | 0.8% | 0.8% | - |
| XYZ | 29.76 | 47 | 9.51 | - |
| YUV | 160.2 | 60.16 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 40 | 0.40 | 0 | 0.80 | 0.20 | 89.82 | 0.67 | 0.48 |
| Hex | 7A | CB | 28 | 28 | 0 | 50 | 14 | 5A | 43 | 30 |
| Octal | 172 | 313 | 50 | 50 | 0 | 120 | 24 | 132 | 103 | 60 |
| Binary | 1111010 | 11001011 | 101000 | 101000 | 0 | 1010000 | 10100 | 1011010 | 1000011 | 110000 |
Color Harmonies of #7ACB28
Complementary color
Monochromatic Colors of #7ACB28
Black with #7ACB28
Text Example
Text Example
White with #7ACB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB28; }
p { color: rgb(122,203,40); }
H1.HeaderClassName
{
color: #7ACB28;
}
.AnyTagClassName
{
color: #7ACB28;
}
</style>
background-color css
<style>
a { background-color: #7ACB28; }
a { background-color: rgb(122,203,40); }
div.DivClassName
{
background-color: #7ACB28;
}
.BgClassName
{
background-color: #7ACB28;
}
</style>
border-color css
<style>
span { border-color: #7ACB28; }
span { border-color: rgb(122,203,40); }
td.TdClassName
{
border-color: #7ACB28;
}
.TagClassName
{
border-color: #7ACB28;
}
</style>