Shades of Lima #74C217
Tints of Lima #74C217
RGB
CMYK
RGB Variations
Color information
#74C217 (or 0x74C217) is known color: Lima. HEX triplet: 74, C2 and 17. RGB value is (116,194,23). Sum of RGB (Red+Green+Blue) = 116+194+23=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #74C217 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C217 is #8B3DE8. Grayscale: #979797. Windows color (decimal): -9125353 or 1557108. OLE color: 1557108.
HSL color Cylindrical-coordinate representation of color #74C217: hue angle of 87.37º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74C217 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 23 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.24 |
| HSL | 87.37º | 0.79% | 0.43% | - |
| HSV(B) | 87.37º | 0.88% | 0.76% | - |
| XYZ | 26.65 | 42.36 | 7.58 | - |
| YUV | 151.18 | 55.66 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 23 | 0.40 | 0 | 0.88 | 0.24 | 87.37 | 0.79 | 0.43 |
| Hex | 74 | C2 | 17 | 28 | 0 | 58 | 18 | 57 | 4F | 2B |
| Octal | 164 | 302 | 27 | 50 | 0 | 130 | 30 | 127 | 117 | 53 |
| Binary | 1110100 | 11000010 | 10111 | 101000 | 0 | 1011000 | 11000 | 1010111 | 1001111 | 101011 |
Color Harmonies of #74C217
Complementary color
Monochromatic Colors of #74C217
Black with #74C217
Text Example
Text Example
White with #74C217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C217; }
p { color: rgb(116,194,23); }
H1.HeaderClassName
{
color: #74C217;
}
.AnyTagClassName
{
color: #74C217;
}
</style>
background-color css
<style>
a { background-color: #74C217; }
a { background-color: rgb(116,194,23); }
div.DivClassName
{
background-color: #74C217;
}
.BgClassName
{
background-color: #74C217;
}
</style>
border-color css
<style>
span { border-color: #74C217; }
span { border-color: rgb(116,194,23); }
td.TdClassName
{
border-color: #74C217;
}
.TagClassName
{
border-color: #74C217;
}
</style>