Shades of Lima #74C117
Tints of Lima #74C117
RGB
CMYK
RGB Variations
Color information
#74C117 (or 0x74C117) is known color: Lima. HEX triplet: 74, C1 and 17. RGB value is (116,193,23). Sum of RGB (Red+Green+Blue) = 116+193+23=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #74C117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C117 is #8B3EE8. Grayscale: #979797. Windows color (decimal): -9125609 or 1556852. OLE color: 1556852.
HSL color Cylindrical-coordinate representation of color #74C117: hue angle of 87.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74C117 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 23 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.24 |
| HSL | 87.18º | 0.79% | 0.42% | - |
| HSV(B) | 87.18º | 0.88% | 0.76% | - |
| XYZ | 26.43 | 41.91 | 7.51 | - |
| YUV | 150.6 | 55.99 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 23 | 0.40 | 0 | 0.88 | 0.24 | 87.18 | 0.79 | 0.42 |
| Hex | 74 | C1 | 17 | 28 | 0 | 58 | 18 | 57 | 4F | 2A |
| Octal | 164 | 301 | 27 | 50 | 0 | 130 | 30 | 127 | 117 | 52 |
| Binary | 1110100 | 11000001 | 10111 | 101000 | 0 | 1011000 | 11000 | 1010111 | 1001111 | 101010 |
Color Harmonies of #74C117
Complementary color
Monochromatic Colors of #74C117
Black with #74C117
Text Example
Text Example
White with #74C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C117; }
p { color: rgb(116,193,23); }
H1.HeaderClassName
{
color: #74C117;
}
.AnyTagClassName
{
color: #74C117;
}
</style>
background-color css
<style>
a { background-color: #74C117; }
a { background-color: rgb(116,193,23); }
div.DivClassName
{
background-color: #74C117;
}
.BgClassName
{
background-color: #74C117;
}
</style>
border-color css
<style>
span { border-color: #74C117; }
span { border-color: rgb(116,193,23); }
td.TdClassName
{
border-color: #74C117;
}
.TagClassName
{
border-color: #74C117;
}
</style>