Shades of Lima #78CE03
Tints of Lima #78CE03
RGB
CMYK
RGB Variations
Color information
#78CE03 (or 0x78CE03) is known color: Lima. HEX triplet: 78, CE and 03. RGB value is (120,206,3). Sum of RGB (Red+Green+Blue) = 120+206+3=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CE03 is #8731FC. Grayscale: #9D9D9D. Windows color (decimal): -8860157 or 249464. OLE color: 249464.
HSL color Cylindrical-coordinate representation of color #78CE03: hue angle of 85.42º 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 #78CE03 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 3 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.19 |
| HSL | 85.42º | 0.97% | 0.41% | - |
| HSV(B) | 85.42º | 0.99% | 0.81% | - |
| XYZ | 29.83 | 48.14 | 7.81 | - |
| YUV | 157.14 | 41.01 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 3 | 0.42 | 0 | 0.99 | 0.19 | 85.42 | 0.97 | 0.41 |
| Hex | 78 | CE | 3 | 2A | 0 | 63 | 13 | 55 | 61 | 29 |
| Octal | 170 | 316 | 3 | 52 | 0 | 143 | 23 | 125 | 141 | 51 |
| Binary | 1111000 | 11001110 | 11 | 101010 | 0 | 1100011 | 10011 | 1010101 | 1100001 | 101001 |
Color Harmonies of #78CE03
Complementary color
Monochromatic Colors of #78CE03
Black with #78CE03
Text Example
Text Example
White with #78CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE03; }
p { color: rgb(120,206,3); }
H1.HeaderClassName
{
color: #78CE03;
}
.AnyTagClassName
{
color: #78CE03;
}
</style>
background-color css
<style>
a { background-color: #78CE03; }
a { background-color: rgb(120,206,3); }
div.DivClassName
{
background-color: #78CE03;
}
.BgClassName
{
background-color: #78CE03;
}
</style>
border-color css
<style>
span { border-color: #78CE03; }
span { border-color: rgb(120,206,3); }
td.TdClassName
{
border-color: #78CE03;
}
.TagClassName
{
border-color: #78CE03;
}
</style>