Shades of Lima #7ACE03
Tints of Lima #7ACE03
RGB
CMYK
RGB Variations
Color information
#7ACE03 (or 0x7ACE03) is known color: Lima. HEX triplet: 7A, CE and 03. RGB value is (122,206,3). Sum of RGB (Red+Green+Blue) = 122+206+3=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACE03 is #8531FC. Grayscale: #9E9E9E. Windows color (decimal): -8729085 or 249466. OLE color: 249466.
HSL color Cylindrical-coordinate representation of color #7ACE03: hue angle of 84.83º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7ACE03 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 3 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.19 |
| HSL | 84.83º | 0.97% | 0.41% | - |
| HSV(B) | 84.83º | 0.99% | 0.81% | - |
| XYZ | 30.11 | 48.29 | 7.82 | - |
| YUV | 157.74 | 40.67 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 3 | 0.41 | 0 | 0.99 | 0.19 | 84.83 | 0.97 | 0.41 |
| Hex | 7A | CE | 3 | 29 | 0 | 63 | 13 | 55 | 61 | 29 |
| Octal | 172 | 316 | 3 | 51 | 0 | 143 | 23 | 125 | 141 | 51 |
| Binary | 1111010 | 11001110 | 11 | 101001 | 0 | 1100011 | 10011 | 1010101 | 1100001 | 101001 |
Color Harmonies of #7ACE03
Complementary color
Monochromatic Colors of #7ACE03
Black with #7ACE03
Text Example
Text Example
White with #7ACE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE03; }
p { color: rgb(122,206,3); }
H1.HeaderClassName
{
color: #7ACE03;
}
.AnyTagClassName
{
color: #7ACE03;
}
</style>
background-color css
<style>
a { background-color: #7ACE03; }
a { background-color: rgb(122,206,3); }
div.DivClassName
{
background-color: #7ACE03;
}
.BgClassName
{
background-color: #7ACE03;
}
</style>
border-color css
<style>
span { border-color: #7ACE03; }
span { border-color: rgb(122,206,3); }
td.TdClassName
{
border-color: #7ACE03;
}
.TagClassName
{
border-color: #7ACE03;
}
</style>