Shades of Lima #76CE13
Tints of Lima #76CE13
RGB
CMYK
RGB Variations
Color information
#76CE13 (or 0x76CE13) is known color: Lima. HEX triplet: 76, CE and 13. RGB value is (118,206,19). Sum of RGB (Red+Green+Blue) = 118+206+19=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CE13 is #8931EC. Grayscale: #9F9F9F. Windows color (decimal): -8991213 or 1298038. OLE color: 1298038.
HSL color Cylindrical-coordinate representation of color #76CE13: hue angle of 88.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76CE13 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 19 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.19 |
| HSL | 88.24º | 0.83% | 0.44% | - |
| HSV(B) | 88.24º | 0.91% | 0.81% | - |
| XYZ | 29.66 | 48.04 | 8.33 | - |
| YUV | 158.37 | 49.35 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 19 | 0.43 | 0 | 0.91 | 0.19 | 88.24 | 0.83 | 0.44 |
| Hex | 76 | CE | 13 | 2B | 0 | 5B | 13 | 58 | 53 | 2C |
| Octal | 166 | 316 | 23 | 53 | 0 | 133 | 23 | 130 | 123 | 54 |
| Binary | 1110110 | 11001110 | 10011 | 101011 | 0 | 1011011 | 10011 | 1011000 | 1010011 | 101100 |
Color Harmonies of #76CE13
Complementary color
Monochromatic Colors of #76CE13
Black with #76CE13
Text Example
Text Example
White with #76CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE13; }
p { color: rgb(118,206,19); }
H1.HeaderClassName
{
color: #76CE13;
}
.AnyTagClassName
{
color: #76CE13;
}
</style>
background-color css
<style>
a { background-color: #76CE13; }
a { background-color: rgb(118,206,19); }
div.DivClassName
{
background-color: #76CE13;
}
.BgClassName
{
background-color: #76CE13;
}
</style>
border-color css
<style>
span { border-color: #76CE13; }
span { border-color: rgb(118,206,19); }
td.TdClassName
{
border-color: #76CE13;
}
.TagClassName
{
border-color: #76CE13;
}
</style>