Shades of Lima #77C30E
Tints of Lima #77C30E
RGB
CMYK
RGB Variations
Color information
#77C30E (or 0x77C30E) is known color: Lima. HEX triplet: 77, C3 and 0E. RGB value is (119,195,14). Sum of RGB (Red+Green+Blue) = 119+195+14=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #77C30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C30E is #883CF1. Grayscale: #989898. Windows color (decimal): -8928498 or 967543. OLE color: 967543.
HSL color Cylindrical-coordinate representation of color #77C30E: hue angle of 85.19º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77C30E is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 14 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.24 |
| HSL | 85.19º | 0.87% | 0.41% | - |
| HSV(B) | 85.19º | 0.93% | 0.76% | - |
| XYZ | 27.2 | 42.98 | 7.28 | - |
| YUV | 151.64 | 50.32 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 14 | 0.39 | 0 | 0.93 | 0.24 | 85.19 | 0.87 | 0.41 |
| Hex | 77 | C3 | E | 27 | 0 | 5D | 18 | 55 | 57 | 29 |
| Octal | 167 | 303 | 16 | 47 | 0 | 135 | 30 | 125 | 127 | 51 |
| Binary | 1110111 | 11000011 | 1110 | 100111 | 0 | 1011101 | 11000 | 1010101 | 1010111 | 101001 |
Color Harmonies of #77C30E
Complementary color
Monochromatic Colors of #77C30E
Black with #77C30E
Text Example
Text Example
White with #77C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C30E; }
p { color: rgb(119,195,14); }
H1.HeaderClassName
{
color: #77C30E;
}
.AnyTagClassName
{
color: #77C30E;
}
</style>
background-color css
<style>
a { background-color: #77C30E; }
a { background-color: rgb(119,195,14); }
div.DivClassName
{
background-color: #77C30E;
}
.BgClassName
{
background-color: #77C30E;
}
</style>
border-color css
<style>
span { border-color: #77C30E; }
span { border-color: rgb(119,195,14); }
td.TdClassName
{
border-color: #77C30E;
}
.TagClassName
{
border-color: #77C30E;
}
</style>