Shades of Lima #76CF21
Tints of Lima #76CF21
RGB
CMYK
RGB Variations
Color information
#76CF21 (or 0x76CF21) is known color: Lima. HEX triplet: 76, CF and 21. RGB value is (118,207,33). Sum of RGB (Red+Green+Blue) = 118+207+33=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CF21 is #8930DE. Grayscale: #A1A1A1. Windows color (decimal): -8990943 or 2215798. OLE color: 2215798.
HSL color Cylindrical-coordinate representation of color #76CF21: hue angle of 90.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76CF21 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 33 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.19 |
| HSL | 90.69º | 0.73% | 0.47% | - |
| HSV(B) | 90.69º | 0.84% | 0.81% | - |
| XYZ | 30.06 | 48.59 | 9.23 | - |
| YUV | 160.55 | 56.01 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 33 | 0.43 | 0 | 0.84 | 0.19 | 90.69 | 0.73 | 0.47 |
| Hex | 76 | CF | 21 | 2B | 0 | 54 | 13 | 5B | 48 | 2F |
| Octal | 166 | 317 | 41 | 53 | 0 | 124 | 23 | 133 | 110 | 57 |
| Binary | 1110110 | 11001111 | 100001 | 101011 | 0 | 1010100 | 10011 | 1011011 | 1001000 | 101111 |
Color Harmonies of #76CF21
Complementary color
Monochromatic Colors of #76CF21
Black with #76CF21
Text Example
Text Example
White with #76CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CF21; }
p { color: rgb(118,207,33); }
H1.HeaderClassName
{
color: #76CF21;
}
.AnyTagClassName
{
color: #76CF21;
}
</style>
background-color css
<style>
a { background-color: #76CF21; }
a { background-color: rgb(118,207,33); }
div.DivClassName
{
background-color: #76CF21;
}
.BgClassName
{
background-color: #76CF21;
}
</style>
border-color css
<style>
span { border-color: #76CF21; }
span { border-color: rgb(118,207,33); }
td.TdClassName
{
border-color: #76CF21;
}
.TagClassName
{
border-color: #76CF21;
}
</style>