Shades of Lima #77CE1E
Tints of Lima #77CE1E
RGB
CMYK
RGB Variations
Color information
#77CE1E (or 0x77CE1E) is known color: Lima. HEX triplet: 77, CE and 1E. RGB value is (119,206,30). Sum of RGB (Red+Green+Blue) = 119+206+30=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #77CE1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CE1E is #8831E1. Grayscale: #A0A0A0. Windows color (decimal): -8925666 or 2018935. OLE color: 2018935.
HSL color Cylindrical-coordinate representation of color #77CE1E: hue angle of 89.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77CE1E is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 30 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.19 |
| HSL | 89.66º | 0.75% | 0.46% | - |
| HSV(B) | 89.66º | 0.85% | 0.81% | - |
| XYZ | 29.91 | 48.16 | 8.95 | - |
| YUV | 159.92 | 54.68 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 30 | 0.42 | 0 | 0.85 | 0.19 | 89.66 | 0.75 | 0.46 |
| Hex | 77 | CE | 1E | 2A | 0 | 55 | 13 | 5A | 4B | 2E |
| Octal | 167 | 316 | 36 | 52 | 0 | 125 | 23 | 132 | 113 | 56 |
| Binary | 1110111 | 11001110 | 11110 | 101010 | 0 | 1010101 | 10011 | 1011010 | 1001011 | 101110 |
Color Harmonies of #77CE1E
Complementary color
Monochromatic Colors of #77CE1E
Black with #77CE1E
Text Example
Text Example
White with #77CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CE1E; }
p { color: rgb(119,206,30); }
H1.HeaderClassName
{
color: #77CE1E;
}
.AnyTagClassName
{
color: #77CE1E;
}
</style>
background-color css
<style>
a { background-color: #77CE1E; }
a { background-color: rgb(119,206,30); }
div.DivClassName
{
background-color: #77CE1E;
}
.BgClassName
{
background-color: #77CE1E;
}
</style>
border-color css
<style>
span { border-color: #77CE1E; }
span { border-color: rgb(119,206,30); }
td.TdClassName
{
border-color: #77CE1E;
}
.TagClassName
{
border-color: #77CE1E;
}
</style>