Shades of Lima #74C718
Tints of Lima #74C718
RGB
CMYK
RGB Variations
Color information
#74C718 (or 0x74C718) is known color: Lima. HEX triplet: 74, C7 and 18. RGB value is (116,199,24). Sum of RGB (Red+Green+Blue) = 116+199+24=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #74C718 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C718 is #8B38E7. Grayscale: #9A9A9A. Windows color (decimal): -9124072 or 1623924. OLE color: 1623924.
HSL color Cylindrical-coordinate representation of color #74C718: hue angle of 88.46º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74C718 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 24 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.22 |
| HSL | 88.46º | 0.78% | 0.44% | - |
| HSV(B) | 88.46º | 0.88% | 0.78% | - |
| XYZ | 27.79 | 44.63 | 8.01 | - |
| YUV | 154.23 | 54.5 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 24 | 0.42 | 0 | 0.88 | 0.22 | 88.46 | 0.78 | 0.44 |
| Hex | 74 | C7 | 18 | 2A | 0 | 58 | 16 | 58 | 4E | 2C |
| Octal | 164 | 307 | 30 | 52 | 0 | 130 | 26 | 130 | 116 | 54 |
| Binary | 1110100 | 11000111 | 11000 | 101010 | 0 | 1011000 | 10110 | 1011000 | 1001110 | 101100 |
Color Harmonies of #74C718
Complementary color
Monochromatic Colors of #74C718
Black with #74C718
Text Example
Text Example
White with #74C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C718; }
p { color: rgb(116,199,24); }
H1.HeaderClassName
{
color: #74C718;
}
.AnyTagClassName
{
color: #74C718;
}
</style>
background-color css
<style>
a { background-color: #74C718; }
a { background-color: rgb(116,199,24); }
div.DivClassName
{
background-color: #74C718;
}
.BgClassName
{
background-color: #74C718;
}
</style>
border-color css
<style>
span { border-color: #74C718; }
span { border-color: rgb(116,199,24); }
td.TdClassName
{
border-color: #74C718;
}
.TagClassName
{
border-color: #74C718;
}
</style>