Shades of Lima #77C930
Tints of Lima #77C930
RGB
CMYK
RGB Variations
Color information
#77C930 (or 0x77C930) is known color: Lima. HEX triplet: 77, C9 and 30. RGB value is (119,201,48). Sum of RGB (Red+Green+Blue) = 119+201+48=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 201 (78.91% from 255 or 54.62% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 201 - color contains mainly: green. Hex color #77C930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C930 is #8836CF. Grayscale: #9F9F9F. Windows color (decimal): -8926928 or 3197303. OLE color: 3197303.
HSL color Cylindrical-coordinate representation of color #77C930: hue angle of 92.16º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77C930 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 201 | 48 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.21 |
| HSL | 92.16º | 0.61% | 0.49% | - |
| HSV(B) | 92.16º | 0.76% | 0.79% | - |
| XYZ | 29.03 | 45.91 | 10.13 | - |
| YUV | 159.04 | 65.33 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 48 | 0.41 | 0 | 0.76 | 0.21 | 92.16 | 0.61 | 0.49 |
| Hex | 77 | C9 | 30 | 29 | 0 | 4C | 15 | 5C | 3D | 31 |
| Octal | 167 | 311 | 60 | 51 | 0 | 114 | 25 | 134 | 75 | 61 |
| Binary | 1110111 | 11001001 | 110000 | 101001 | 0 | 1001100 | 10101 | 1011100 | 111101 | 110001 |
Color Harmonies of #77C930
Complementary color
Monochromatic Colors of #77C930
Black with #77C930
Text Example
Text Example
White with #77C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C930; }
p { color: rgb(119,201,48); }
H1.HeaderClassName
{
color: #77C930;
}
.AnyTagClassName
{
color: #77C930;
}
</style>
background-color css
<style>
a { background-color: #77C930; }
a { background-color: rgb(119,201,48); }
div.DivClassName
{
background-color: #77C930;
}
.BgClassName
{
background-color: #77C930;
}
</style>
border-color css
<style>
span { border-color: #77C930; }
span { border-color: rgb(119,201,48); }
td.TdClassName
{
border-color: #77C930;
}
.TagClassName
{
border-color: #77C930;
}
</style>