Shades of Lima #7ACE27
Tints of Lima #7ACE27
RGB
CMYK
RGB Variations
Color information
#7ACE27 (or 0x7ACE27) is known color: Lima. HEX triplet: 7A, CE and 27. RGB value is (122,206,39). Sum of RGB (Red+Green+Blue) = 122+206+39=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACE27 is #8531D8. Grayscale: #A2A2A2. Windows color (decimal): -8729049 or 2608762. OLE color: 2608762.
HSL color Cylindrical-coordinate representation of color #7ACE27: hue angle of 90.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7ACE27 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 39 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.19 |
| HSL | 90.18º | 0.68% | 0.48% | - |
| HSV(B) | 90.18º | 0.81% | 0.81% | - |
| XYZ | 30.46 | 48.43 | 9.66 | - |
| YUV | 161.85 | 58.67 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 39 | 0.41 | 0 | 0.81 | 0.19 | 90.18 | 0.68 | 0.48 |
| Hex | 7A | CE | 27 | 29 | 0 | 51 | 13 | 5A | 44 | 30 |
| Octal | 172 | 316 | 47 | 51 | 0 | 121 | 23 | 132 | 104 | 60 |
| Binary | 1111010 | 11001110 | 100111 | 101001 | 0 | 1010001 | 10011 | 1011010 | 1000100 | 110000 |
Color Harmonies of #7ACE27
Complementary color
Monochromatic Colors of #7ACE27
Black with #7ACE27
Text Example
Text Example
White with #7ACE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE27; }
p { color: rgb(122,206,39); }
H1.HeaderClassName
{
color: #7ACE27;
}
.AnyTagClassName
{
color: #7ACE27;
}
</style>
background-color css
<style>
a { background-color: #7ACE27; }
a { background-color: rgb(122,206,39); }
div.DivClassName
{
background-color: #7ACE27;
}
.BgClassName
{
background-color: #7ACE27;
}
</style>
border-color css
<style>
span { border-color: #7ACE27; }
span { border-color: rgb(122,206,39); }
td.TdClassName
{
border-color: #7ACE27;
}
.TagClassName
{
border-color: #7ACE27;
}
</style>