Shades of Lima #7ACD27
Tints of Lima #7ACD27
RGB
CMYK
RGB Variations
Color information
#7ACD27 (or 0x7ACD27) is known color: Lima. HEX triplet: 7A, CD and 27. RGB value is (122,205,39). Sum of RGB (Red+Green+Blue) = 122+205+39=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD27 is #8532D8. Grayscale: #A1A1A1. Windows color (decimal): -8729305 or 2608506. OLE color: 2608506.
HSL color Cylindrical-coordinate representation of color #7ACD27: hue angle of 90º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7ACD27 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 39 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.20 |
| HSL | 90º | 0.68% | 0.48% | - |
| HSV(B) | 90º | 0.81% | 0.8% | - |
| XYZ | 30.22 | 47.95 | 9.58 | - |
| YUV | 161.26 | 59 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 39 | 0.40 | 0 | 0.81 | 0.20 | 90 | 0.68 | 0.48 |
| Hex | 7A | CD | 27 | 28 | 0 | 51 | 14 | 5A | 44 | 30 |
| Octal | 172 | 315 | 47 | 50 | 0 | 121 | 24 | 132 | 104 | 60 |
| Binary | 1111010 | 11001101 | 100111 | 101000 | 0 | 1010001 | 10100 | 1011010 | 1000100 | 110000 |
Color Harmonies of #7ACD27
Complementary color
Monochromatic Colors of #7ACD27
Black with #7ACD27
Text Example
Text Example
White with #7ACD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD27; }
p { color: rgb(122,205,39); }
H1.HeaderClassName
{
color: #7ACD27;
}
.AnyTagClassName
{
color: #7ACD27;
}
</style>
background-color css
<style>
a { background-color: #7ACD27; }
a { background-color: rgb(122,205,39); }
div.DivClassName
{
background-color: #7ACD27;
}
.BgClassName
{
background-color: #7ACD27;
}
</style>
border-color css
<style>
span { border-color: #7ACD27; }
span { border-color: rgb(122,205,39); }
td.TdClassName
{
border-color: #7ACD27;
}
.TagClassName
{
border-color: #7ACD27;
}
</style>