Shades of Lima #77C924
Tints of Lima #77C924
RGB
CMYK
RGB Variations
Color information
#77C924 (or 0x77C924) is known color: Lima. HEX triplet: 77, C9 and 24. RGB value is (119,201,36). Sum of RGB (Red+Green+Blue) = 119+201+36=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #77C924 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C924 is #8836DB. Grayscale: #9E9E9E. Windows color (decimal): -8926940 or 2410871. OLE color: 2410871.
HSL color Cylindrical-coordinate representation of color #77C924: hue angle of 89.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77C924 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 201 | 36 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.21 |
| HSL | 89.82º | 0.7% | 0.46% | - |
| HSV(B) | 89.82º | 0.82% | 0.79% | - |
| XYZ | 28.81 | 45.82 | 9 | - |
| YUV | 157.67 | 59.33 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 36 | 0.41 | 0 | 0.82 | 0.21 | 89.82 | 0.7 | 0.46 |
| Hex | 77 | C9 | 24 | 29 | 0 | 52 | 15 | 5A | 46 | 2E |
| Octal | 167 | 311 | 44 | 51 | 0 | 122 | 25 | 132 | 106 | 56 |
| Binary | 1110111 | 11001001 | 100100 | 101001 | 0 | 1010010 | 10101 | 1011010 | 1000110 | 101110 |
Color Harmonies of #77C924
Complementary color
Monochromatic Colors of #77C924
Black with #77C924
Text Example
Text Example
White with #77C924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C924; }
p { color: rgb(119,201,36); }
H1.HeaderClassName
{
color: #77C924;
}
.AnyTagClassName
{
color: #77C924;
}
</style>
background-color css
<style>
a { background-color: #77C924; }
a { background-color: rgb(119,201,36); }
div.DivClassName
{
background-color: #77C924;
}
.BgClassName
{
background-color: #77C924;
}
</style>
border-color css
<style>
span { border-color: #77C924; }
span { border-color: rgb(119,201,36); }
td.TdClassName
{
border-color: #77C924;
}
.TagClassName
{
border-color: #77C924;
}
</style>