Shades of Lima #7ACD28
Tints of Lima #7ACD28
RGB
CMYK
RGB Variations
Color information
#7ACD28 (or 0x7ACD28) is known color: Lima. HEX triplet: 7A, CD and 28. RGB value is (122,205,40). Sum of RGB (Red+Green+Blue) = 122+205+40=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD28 is #8532D7. Grayscale: #A1A1A1. Windows color (decimal): -8729304 or 2674042. OLE color: 2674042.
HSL color Cylindrical-coordinate representation of color #7ACD28: hue angle of 90.18º 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 #7ACD28 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 40 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.20 |
| HSL | 90.18º | 0.67% | 0.48% | - |
| HSV(B) | 90.18º | 0.8% | 0.8% | - |
| XYZ | 30.24 | 47.95 | 9.67 | - |
| YUV | 161.37 | 59.5 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 40 | 0.40 | 0 | 0.80 | 0.20 | 90.18 | 0.67 | 0.48 |
| Hex | 7A | CD | 28 | 28 | 0 | 50 | 14 | 5A | 43 | 30 |
| Octal | 172 | 315 | 50 | 50 | 0 | 120 | 24 | 132 | 103 | 60 |
| Binary | 1111010 | 11001101 | 101000 | 101000 | 0 | 1010000 | 10100 | 1011010 | 1000011 | 110000 |
Color Harmonies of #7ACD28
Complementary color
Monochromatic Colors of #7ACD28
Black with #7ACD28
Text Example
Text Example
White with #7ACD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD28; }
p { color: rgb(122,205,40); }
H1.HeaderClassName
{
color: #7ACD28;
}
.AnyTagClassName
{
color: #7ACD28;
}
</style>
background-color css
<style>
a { background-color: #7ACD28; }
a { background-color: rgb(122,205,40); }
div.DivClassName
{
background-color: #7ACD28;
}
.BgClassName
{
background-color: #7ACD28;
}
</style>
border-color css
<style>
span { border-color: #7ACD28; }
span { border-color: rgb(122,205,40); }
td.TdClassName
{
border-color: #7ACD28;
}
.TagClassName
{
border-color: #7ACD28;
}
</style>