Shades of Lima #77CC27
Tints of Lima #77CC27
RGB
CMYK
RGB Variations
Color information
#77CC27 (or 0x77CC27) is known color: Lima. HEX triplet: 77, CC and 27. RGB value is (119,204,39). Sum of RGB (Red+Green+Blue) = 119+204+39=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CC27 is #8833D8. Grayscale: #A0A0A0. Windows color (decimal): -8926169 or 2608247. OLE color: 2608247.
HSL color Cylindrical-coordinate representation of color #77CC27: hue angle of 90.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77CC27 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 39 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.2 |
| HSL | 90.91º | 0.68% | 0.48% | - |
| HSV(B) | 90.91º | 0.81% | 0.8% | - |
| XYZ | 29.57 | 47.25 | 9.48 | - |
| YUV | 159.78 | 59.84 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 39 | 0.42 | 0 | 0.81 | 0.2 | 90.91 | 0.68 | 0.48 |
| Hex | 77 | CC | 27 | 2A | 0 | 51 | 14 | 5B | 44 | 30 |
| Octal | 167 | 314 | 47 | 52 | 0 | 121 | 24 | 133 | 104 | 60 |
| Binary | 1110111 | 11001100 | 100111 | 101010 | 0 | 1010001 | 10100 | 1011011 | 1000100 | 110000 |
Color Harmonies of #77CC27
Complementary color
Monochromatic Colors of #77CC27
Black with #77CC27
Text Example
Text Example
White with #77CC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC27; }
p { color: rgb(119,204,39); }
H1.HeaderClassName
{
color: #77CC27;
}
.AnyTagClassName
{
color: #77CC27;
}
</style>
background-color css
<style>
a { background-color: #77CC27; }
a { background-color: rgb(119,204,39); }
div.DivClassName
{
background-color: #77CC27;
}
.BgClassName
{
background-color: #77CC27;
}
</style>
border-color css
<style>
span { border-color: #77CC27; }
span { border-color: rgb(119,204,39); }
td.TdClassName
{
border-color: #77CC27;
}
.TagClassName
{
border-color: #77CC27;
}
</style>