Shades of Lima #74C615
Tints of Lima #74C615
RGB
CMYK
RGB Variations
Color information
#74C615 (or 0x74C615) is known color: Lima. HEX triplet: 74, C6 and 15. RGB value is (116,198,21). Sum of RGB (Red+Green+Blue) = 116+198+21=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #74C615 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C615 is #8B39EA. Grayscale: #999999. Windows color (decimal): -9124331 or 1427060. OLE color: 1427060.
HSL color Cylindrical-coordinate representation of color #74C615: hue angle of 87.8º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74C615 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 198 | 21 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.22 |
| HSL | 87.8º | 0.81% | 0.43% | - |
| HSV(B) | 87.8º | 0.89% | 0.78% | - |
| XYZ | 27.53 | 44.16 | 7.78 | - |
| YUV | 153.3 | 53.33 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 198 | 21 | 0.41 | 0 | 0.89 | 0.22 | 87.8 | 0.81 | 0.43 |
| Hex | 74 | C6 | 15 | 29 | 0 | 59 | 16 | 58 | 51 | 2B |
| Octal | 164 | 306 | 25 | 51 | 0 | 131 | 26 | 130 | 121 | 53 |
| Binary | 1110100 | 11000110 | 10101 | 101001 | 0 | 1011001 | 10110 | 1011000 | 1010001 | 101011 |
Color Harmonies of #74C615
Complementary color
Monochromatic Colors of #74C615
Black with #74C615
Text Example
Text Example
White with #74C615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C615; }
p { color: rgb(116,198,21); }
H1.HeaderClassName
{
color: #74C615;
}
.AnyTagClassName
{
color: #74C615;
}
</style>
background-color css
<style>
a { background-color: #74C615; }
a { background-color: rgb(116,198,21); }
div.DivClassName
{
background-color: #74C615;
}
.BgClassName
{
background-color: #74C615;
}
</style>
border-color css
<style>
span { border-color: #74C615; }
span { border-color: rgb(116,198,21); }
td.TdClassName
{
border-color: #74C615;
}
.TagClassName
{
border-color: #74C615;
}
</style>