Shades of Lima #74C316
Tints of Lima #74C316
RGB
CMYK
RGB Variations
Color information
#74C316 (or 0x74C316) is known color: Lima. HEX triplet: 74, C3 and 16. RGB value is (116,195,22). Sum of RGB (Red+Green+Blue) = 116+195+22=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #74C316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C316 is #8B3CE9. Grayscale: #989898. Windows color (decimal): -9125098 or 1491828. OLE color: 1491828.
HSL color Cylindrical-coordinate representation of color #74C316: hue angle of 87.4º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74C316 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 22 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.24 |
| HSL | 87.4º | 0.8% | 0.43% | - |
| HSV(B) | 87.4º | 0.89% | 0.76% | - |
| XYZ | 26.86 | 42.8 | 7.6 | - |
| YUV | 151.66 | 54.83 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 22 | 0.41 | 0 | 0.89 | 0.24 | 87.4 | 0.8 | 0.43 |
| Hex | 74 | C3 | 16 | 29 | 0 | 59 | 18 | 57 | 50 | 2B |
| Octal | 164 | 303 | 26 | 51 | 0 | 131 | 30 | 127 | 120 | 53 |
| Binary | 1110100 | 11000011 | 10110 | 101001 | 0 | 1011001 | 11000 | 1010111 | 1010000 | 101011 |
Color Harmonies of #74C316
Complementary color
Monochromatic Colors of #74C316
Black with #74C316
Text Example
Text Example
White with #74C316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C316; }
p { color: rgb(116,195,22); }
H1.HeaderClassName
{
color: #74C316;
}
.AnyTagClassName
{
color: #74C316;
}
</style>
background-color css
<style>
a { background-color: #74C316; }
a { background-color: rgb(116,195,22); }
div.DivClassName
{
background-color: #74C316;
}
.BgClassName
{
background-color: #74C316;
}
</style>
border-color css
<style>
span { border-color: #74C316; }
span { border-color: rgb(116,195,22); }
td.TdClassName
{
border-color: #74C316;
}
.TagClassName
{
border-color: #74C316;
}
</style>