Shades of Lima #77BE18
Tints of Lima #77BE18
RGB
CMYK
RGB Variations
Color information
#77BE18 (or 0x77BE18) is known color: Lima. HEX triplet: 77, BE and 18. RGB value is (119,190,24). Sum of RGB (Red+Green+Blue) = 119+190+24=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BE18 is #8841E7. Grayscale: #969696. Windows color (decimal): -8929768 or 1621623. OLE color: 1621623.
HSL color Cylindrical-coordinate representation of color #77BE18: hue angle of 85.66º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77BE18 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 24 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.25 |
| HSL | 85.66º | 0.78% | 0.42% | - |
| HSV(B) | 85.66º | 0.87% | 0.75% | - |
| XYZ | 26.19 | 40.81 | 7.36 | - |
| YUV | 149.85 | 56.98 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 24 | 0.37 | 0 | 0.87 | 0.25 | 85.66 | 0.78 | 0.42 |
| Hex | 77 | BE | 18 | 25 | 0 | 57 | 19 | 56 | 4E | 2A |
| Octal | 167 | 276 | 30 | 45 | 0 | 127 | 31 | 126 | 116 | 52 |
| Binary | 1110111 | 10111110 | 11000 | 100101 | 0 | 1010111 | 11001 | 1010110 | 1001110 | 101010 |
Color Harmonies of #77BE18
Complementary color
Monochromatic Colors of #77BE18
Black with #77BE18
Text Example
Text Example
White with #77BE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE18; }
p { color: rgb(119,190,24); }
H1.HeaderClassName
{
color: #77BE18;
}
.AnyTagClassName
{
color: #77BE18;
}
</style>
background-color css
<style>
a { background-color: #77BE18; }
a { background-color: rgb(119,190,24); }
div.DivClassName
{
background-color: #77BE18;
}
.BgClassName
{
background-color: #77BE18;
}
</style>
border-color css
<style>
span { border-color: #77BE18; }
span { border-color: rgb(119,190,24); }
td.TdClassName
{
border-color: #77BE18;
}
.TagClassName
{
border-color: #77BE18;
}
</style>