Shades of Lima #77BC30
Tints of Lima #77BC30
RGB
CMYK
RGB Variations
Color information
#77BC30 (or 0x77BC30) is known color: Lima. HEX triplet: 77, BC and 30. RGB value is (119,188,48). Sum of RGB (Red+Green+Blue) = 119+188+48=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC30 is #8843CF. Grayscale: #979797. Windows color (decimal): -8930256 or 3193975. OLE color: 3193975.
HSL color Cylindrical-coordinate representation of color #77BC30: hue angle of 89.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77BC30 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 188 | 48 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.26 |
| HSL | 89.57º | 0.59% | 0.46% | - |
| HSV(B) | 89.57º | 0.74% | 0.74% | - |
| XYZ | 26.12 | 40.1 | 9.16 | - |
| YUV | 151.41 | 69.64 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 48 | 0.37 | 0 | 0.74 | 0.26 | 89.57 | 0.59 | 0.46 |
| Hex | 77 | BC | 30 | 25 | 0 | 4A | 1A | 5A | 3B | 2E |
| Octal | 167 | 274 | 60 | 45 | 0 | 112 | 32 | 132 | 73 | 56 |
| Binary | 1110111 | 10111100 | 110000 | 100101 | 0 | 1001010 | 11010 | 1011010 | 111011 | 101110 |
Color Harmonies of #77BC30
Complementary color
Monochromatic Colors of #77BC30
Black with #77BC30
Text Example
Text Example
White with #77BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BC30; }
p { color: rgb(119,188,48); }
H1.HeaderClassName
{
color: #77BC30;
}
.AnyTagClassName
{
color: #77BC30;
}
</style>
background-color css
<style>
a { background-color: #77BC30; }
a { background-color: rgb(119,188,48); }
div.DivClassName
{
background-color: #77BC30;
}
.BgClassName
{
background-color: #77BC30;
}
</style>
border-color css
<style>
span { border-color: #77BC30; }
span { border-color: rgb(119,188,48); }
td.TdClassName
{
border-color: #77BC30;
}
.TagClassName
{
border-color: #77BC30;
}
</style>