Shades of Lima #77CE29
Tints of Lima #77CE29
RGB
CMYK
RGB Variations
Color information
#77CE29 (or 0x77CE29) is known color: Lima. HEX triplet: 77, CE and 29. RGB value is (119,206,41). Sum of RGB (Red+Green+Blue) = 119+206+41=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 206 (80.86% from 255 or 56.28% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 206 - color contains mainly: green. Hex color #77CE29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CE29 is #8831D6. Grayscale: #A1A1A1. Windows color (decimal): -8925655 or 2739831. OLE color: 2739831.
HSL color Cylindrical-coordinate representation of color #77CE29: hue angle of 91.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77CE29 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 41 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.19 |
| HSL | 91.64º | 0.67% | 0.48% | - |
| HSV(B) | 91.64º | 0.8% | 0.81% | - |
| XYZ | 30.08 | 48.22 | 9.82 | - |
| YUV | 161.18 | 60.18 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 41 | 0.42 | 0 | 0.80 | 0.19 | 91.64 | 0.67 | 0.48 |
| Hex | 77 | CE | 29 | 2A | 0 | 50 | 13 | 5C | 43 | 30 |
| Octal | 167 | 316 | 51 | 52 | 0 | 120 | 23 | 134 | 103 | 60 |
| Binary | 1110111 | 11001110 | 101001 | 101010 | 0 | 1010000 | 10011 | 1011100 | 1000011 | 110000 |
Color Harmonies of #77CE29
Complementary color
Monochromatic Colors of #77CE29
Black with #77CE29
Text Example
Text Example
White with #77CE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CE29; }
p { color: rgb(119,206,41); }
H1.HeaderClassName
{
color: #77CE29;
}
.AnyTagClassName
{
color: #77CE29;
}
</style>
background-color css
<style>
a { background-color: #77CE29; }
a { background-color: rgb(119,206,41); }
div.DivClassName
{
background-color: #77CE29;
}
.BgClassName
{
background-color: #77CE29;
}
</style>
border-color css
<style>
span { border-color: #77CE29; }
span { border-color: rgb(119,206,41); }
td.TdClassName
{
border-color: #77CE29;
}
.TagClassName
{
border-color: #77CE29;
}
</style>