Shades of Lima #74C221
Tints of Lima #74C221
RGB
CMYK
RGB Variations
Color information
#74C221 (or 0x74C221) is known color: Lima. HEX triplet: 74, C2 and 21. RGB value is (116,194,33). Sum of RGB (Red+Green+Blue) = 116+194+33=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #74C221 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C221 is #8B3DDE. Grayscale: #989898. Windows color (decimal): -9125343 or 2212468. OLE color: 2212468.
HSL color Cylindrical-coordinate representation of color #74C221: hue angle of 89.07º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74C221 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 33 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.24 |
| HSL | 89.07º | 0.71% | 0.45% | - |
| HSV(B) | 89.07º | 0.83% | 0.76% | - |
| XYZ | 26.77 | 42.41 | 8.21 | - |
| YUV | 152.32 | 60.66 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 33 | 0.40 | 0 | 0.83 | 0.24 | 89.07 | 0.71 | 0.45 |
| Hex | 74 | C2 | 21 | 28 | 0 | 53 | 18 | 59 | 47 | 2D |
| Octal | 164 | 302 | 41 | 50 | 0 | 123 | 30 | 131 | 107 | 55 |
| Binary | 1110100 | 11000010 | 100001 | 101000 | 0 | 1010011 | 11000 | 1011001 | 1000111 | 101101 |
Color Harmonies of #74C221
Complementary color
Monochromatic Colors of #74C221
Black with #74C221
Text Example
Text Example
White with #74C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C221; }
p { color: rgb(116,194,33); }
H1.HeaderClassName
{
color: #74C221;
}
.AnyTagClassName
{
color: #74C221;
}
</style>
background-color css
<style>
a { background-color: #74C221; }
a { background-color: rgb(116,194,33); }
div.DivClassName
{
background-color: #74C221;
}
.BgClassName
{
background-color: #74C221;
}
</style>
border-color css
<style>
span { border-color: #74C221; }
span { border-color: rgb(116,194,33); }
td.TdClassName
{
border-color: #74C221;
}
.TagClassName
{
border-color: #74C221;
}
</style>