Shades of Lima #79CE03
Tints of Lima #79CE03
RGB
CMYK
RGB Variations
Color information
#79CE03 (or 0x79CE03) is known color: Lima. HEX triplet: 79, CE and 03. RGB value is (121,206,3). Sum of RGB (Red+Green+Blue) = 121+206+3=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #79CE03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79CE03 is #8631FC. Grayscale: #9E9E9E. Windows color (decimal): -8794621 or 249465. OLE color: 249465.
HSL color Cylindrical-coordinate representation of color #79CE03: hue angle of 85.12º 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 #79CE03 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 206 | 3 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.19 |
| HSL | 85.12º | 0.97% | 0.41% | - |
| HSV(B) | 85.12º | 0.99% | 0.81% | - |
| XYZ | 29.97 | 48.21 | 7.81 | - |
| YUV | 157.44 | 40.84 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 206 | 3 | 0.41 | 0 | 0.99 | 0.19 | 85.12 | 0.97 | 0.41 |
| Hex | 79 | CE | 3 | 29 | 0 | 63 | 13 | 55 | 61 | 29 |
| Octal | 171 | 316 | 3 | 51 | 0 | 143 | 23 | 125 | 141 | 51 |
| Binary | 1111001 | 11001110 | 11 | 101001 | 0 | 1100011 | 10011 | 1010101 | 1100001 | 101001 |
Color Harmonies of #79CE03
Complementary color
Monochromatic Colors of #79CE03
Black with #79CE03
Text Example
Text Example
White with #79CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CE03; }
p { color: rgb(121,206,3); }
H1.HeaderClassName
{
color: #79CE03;
}
.AnyTagClassName
{
color: #79CE03;
}
</style>
background-color css
<style>
a { background-color: #79CE03; }
a { background-color: rgb(121,206,3); }
div.DivClassName
{
background-color: #79CE03;
}
.BgClassName
{
background-color: #79CE03;
}
</style>
border-color css
<style>
span { border-color: #79CE03; }
span { border-color: rgb(121,206,3); }
td.TdClassName
{
border-color: #79CE03;
}
.TagClassName
{
border-color: #79CE03;
}
</style>