Shades of Lima #74CC11
Tints of Lima #74CC11
RGB
CMYK
RGB Variations
Color information
#74CC11 (or 0x74CC11) is known color: Lima. HEX triplet: 74, CC and 11. RGB value is (116,204,17). Sum of RGB (Red+Green+Blue) = 116+204+17=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 204 (80.08% from 255 or 60.53% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CC11 is #8B33EE. Grayscale: #9D9D9D. Windows color (decimal): -9122799 or 1166452. OLE color: 1166452.
HSL color Cylindrical-coordinate representation of color #74CC11: hue angle of 88.24º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74CC11 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 204 | 17 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.2 |
| HSL | 88.24º | 0.85% | 0.43% | - |
| HSV(B) | 88.24º | 0.92% | 0.8% | - |
| XYZ | 28.9 | 46.94 | 8.07 | - |
| YUV | 156.37 | 49.35 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 17 | 0.43 | 0 | 0.92 | 0.2 | 88.24 | 0.85 | 0.43 |
| Hex | 74 | CC | 11 | 2B | 0 | 5C | 14 | 58 | 55 | 2B |
| Octal | 164 | 314 | 21 | 53 | 0 | 134 | 24 | 130 | 125 | 53 |
| Binary | 1110100 | 11001100 | 10001 | 101011 | 0 | 1011100 | 10100 | 1011000 | 1010101 | 101011 |
Color Harmonies of #74CC11
Complementary color
Monochromatic Colors of #74CC11
Black with #74CC11
Text Example
Text Example
White with #74CC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CC11; }
p { color: rgb(116,204,17); }
H1.HeaderClassName
{
color: #74CC11;
}
.AnyTagClassName
{
color: #74CC11;
}
</style>
background-color css
<style>
a { background-color: #74CC11; }
a { background-color: rgb(116,204,17); }
div.DivClassName
{
background-color: #74CC11;
}
.BgClassName
{
background-color: #74CC11;
}
</style>
border-color css
<style>
span { border-color: #74CC11; }
span { border-color: rgb(116,204,17); }
td.TdClassName
{
border-color: #74CC11;
}
.TagClassName
{
border-color: #74CC11;
}
</style>