Shades of Lima #76D41B
Tints of Lima #76D41B
RGB
CMYK
RGB Variations
Color information
#76D41B (or 0x76D41B) is known color: Lima. HEX triplet: 76, D4 and 1B. RGB value is (118,212,27). Sum of RGB (Red+Green+Blue) = 118+212+27=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #76D41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D41B is #892BE4. Grayscale: #A3A3A3. Windows color (decimal): -8989669 or 1823862. OLE color: 1823862.
HSL color Cylindrical-coordinate representation of color #76D41B: hue angle of 90.49º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76D41B is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 212 | 27 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.17 |
| HSL | 90.49º | 0.77% | 0.47% | - |
| HSV(B) | 90.49º | 0.87% | 0.83% | - |
| XYZ | 31.21 | 51.02 | 9.24 | - |
| YUV | 162.8 | 51.36 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 212 | 27 | 0.44 | 0 | 0.87 | 0.17 | 90.49 | 0.77 | 0.47 |
| Hex | 76 | D4 | 1B | 2C | 0 | 57 | 11 | 5A | 4D | 2F |
| Octal | 166 | 324 | 33 | 54 | 0 | 127 | 21 | 132 | 115 | 57 |
| Binary | 1110110 | 11010100 | 11011 | 101100 | 0 | 1010111 | 10001 | 1011010 | 1001101 | 101111 |
Color Harmonies of #76D41B
Complementary color
Monochromatic Colors of #76D41B
Black with #76D41B
Text Example
Text Example
White with #76D41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D41B; }
p { color: rgb(118,212,27); }
H1.HeaderClassName
{
color: #76D41B;
}
.AnyTagClassName
{
color: #76D41B;
}
</style>
background-color css
<style>
a { background-color: #76D41B; }
a { background-color: rgb(118,212,27); }
div.DivClassName
{
background-color: #76D41B;
}
.BgClassName
{
background-color: #76D41B;
}
</style>
border-color css
<style>
span { border-color: #76D41B; }
span { border-color: rgb(118,212,27); }
td.TdClassName
{
border-color: #76D41B;
}
.TagClassName
{
border-color: #76D41B;
}
</style>