Shades of Lima #76CF0F
Tints of Lima #76CF0F
RGB
CMYK
RGB Variations
Color information
#76CF0F (or 0x76CF0F) is known color: Lima. HEX triplet: 76, CF and 0F. RGB value is (118,207,15). Sum of RGB (Red+Green+Blue) = 118+207+15=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CF0F is #8930F0. Grayscale: #9F9F9F. Windows color (decimal): -8990961 or 1036150. OLE color: 1036150.
HSL color Cylindrical-coordinate representation of color #76CF0F: hue angle of 87.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76CF0F is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 15 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.19 |
| HSL | 87.81º | 0.86% | 0.44% | - |
| HSV(B) | 87.81º | 0.93% | 0.81% | - |
| XYZ | 29.87 | 48.51 | 8.24 | - |
| YUV | 158.5 | 47.01 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 15 | 0.43 | 0 | 0.93 | 0.19 | 87.81 | 0.86 | 0.44 |
| Hex | 76 | CF | F | 2B | 0 | 5D | 13 | 58 | 56 | 2C |
| Octal | 166 | 317 | 17 | 53 | 0 | 135 | 23 | 130 | 126 | 54 |
| Binary | 1110110 | 11001111 | 1111 | 101011 | 0 | 1011101 | 10011 | 1011000 | 1010110 | 101100 |
Color Harmonies of #76CF0F
Complementary color
Monochromatic Colors of #76CF0F
Black with #76CF0F
Text Example
Text Example
White with #76CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CF0F; }
p { color: rgb(118,207,15); }
H1.HeaderClassName
{
color: #76CF0F;
}
.AnyTagClassName
{
color: #76CF0F;
}
</style>
background-color css
<style>
a { background-color: #76CF0F; }
a { background-color: rgb(118,207,15); }
div.DivClassName
{
background-color: #76CF0F;
}
.BgClassName
{
background-color: #76CF0F;
}
</style>
border-color css
<style>
span { border-color: #76CF0F; }
span { border-color: rgb(118,207,15); }
td.TdClassName
{
border-color: #76CF0F;
}
.TagClassName
{
border-color: #76CF0F;
}
</style>