Shades of Lima #74CC15
Tints of Lima #74CC15
RGB
CMYK
RGB Variations
Color information
#74CC15 (or 0x74CC15) is known color: Lima. HEX triplet: 74, CC and 15. RGB value is (116,204,21). Sum of RGB (Red+Green+Blue) = 116+204+21=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CC15 is #8B33EA. Grayscale: #9D9D9D. Windows color (decimal): -9122795 or 1428596. OLE color: 1428596.
HSL color Cylindrical-coordinate representation of color #74CC15: hue angle of 88.85º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74CC15 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 204 | 21 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.2 |
| HSL | 88.85º | 0.81% | 0.44% | - |
| HSV(B) | 88.85º | 0.9% | 0.8% | - |
| XYZ | 28.93 | 46.95 | 8.25 | - |
| YUV | 156.83 | 51.35 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 21 | 0.43 | 0 | 0.90 | 0.2 | 88.85 | 0.81 | 0.44 |
| Hex | 74 | CC | 15 | 2B | 0 | 5A | 14 | 59 | 51 | 2C |
| Octal | 164 | 314 | 25 | 53 | 0 | 132 | 24 | 131 | 121 | 54 |
| Binary | 1110100 | 11001100 | 10101 | 101011 | 0 | 1011010 | 10100 | 1011001 | 1010001 | 101100 |
Color Harmonies of #74CC15
Complementary color
Monochromatic Colors of #74CC15
Black with #74CC15
Text Example
Text Example
White with #74CC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CC15; }
p { color: rgb(116,204,21); }
H1.HeaderClassName
{
color: #74CC15;
}
.AnyTagClassName
{
color: #74CC15;
}
</style>
background-color css
<style>
a { background-color: #74CC15; }
a { background-color: rgb(116,204,21); }
div.DivClassName
{
background-color: #74CC15;
}
.BgClassName
{
background-color: #74CC15;
}
</style>
border-color css
<style>
span { border-color: #74CC15; }
span { border-color: rgb(116,204,21); }
td.TdClassName
{
border-color: #74CC15;
}
.TagClassName
{
border-color: #74CC15;
}
</style>