Shades of Lima #78C91C
Tints of Lima #78C91C
RGB
CMYK
RGB Variations
Color information
#78C91C (or 0x78C91C) is known color: Lima. HEX triplet: 78, C9 and 1C. RGB value is (120,201,28). Sum of RGB (Red+Green+Blue) = 120+201+28=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #78C91C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C91C is #8736E3. Grayscale: #9D9D9D. Windows color (decimal): -8861412 or 1886584. OLE color: 1886584.
HSL color Cylindrical-coordinate representation of color #78C91C: hue angle of 88.09º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78C91C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 201 | 28 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.21 |
| HSL | 88.09º | 0.76% | 0.45% | - |
| HSV(B) | 88.09º | 0.86% | 0.79% | - |
| XYZ | 28.84 | 45.85 | 8.43 | - |
| YUV | 157.06 | 55.16 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 28 | 0.40 | 0 | 0.86 | 0.21 | 88.09 | 0.76 | 0.45 |
| Hex | 78 | C9 | 1C | 28 | 0 | 56 | 15 | 58 | 4C | 2D |
| Octal | 170 | 311 | 34 | 50 | 0 | 126 | 25 | 130 | 114 | 55 |
| Binary | 1111000 | 11001001 | 11100 | 101000 | 0 | 1010110 | 10101 | 1011000 | 1001100 | 101101 |
Color Harmonies of #78C91C
Complementary color
Monochromatic Colors of #78C91C
Black with #78C91C
Text Example
Text Example
White with #78C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C91C; }
p { color: rgb(120,201,28); }
H1.HeaderClassName
{
color: #78C91C;
}
.AnyTagClassName
{
color: #78C91C;
}
</style>
background-color css
<style>
a { background-color: #78C91C; }
a { background-color: rgb(120,201,28); }
div.DivClassName
{
background-color: #78C91C;
}
.BgClassName
{
background-color: #78C91C;
}
</style>
border-color css
<style>
span { border-color: #78C91C; }
span { border-color: rgb(120,201,28); }
td.TdClassName
{
border-color: #78C91C;
}
.TagClassName
{
border-color: #78C91C;
}
</style>