Shades of Lima #74C121
Tints of Lima #74C121
RGB
CMYK
RGB Variations
Color information
#74C121 (or 0x74C121) is known color: Lima. HEX triplet: 74, C1 and 21. RGB value is (116,193,33). Sum of RGB (Red+Green+Blue) = 116+193+33=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #74C121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C121 is #8B3EDE. Grayscale: #989898. Windows color (decimal): -9125599 or 2212212. OLE color: 2212212.
HSL color Cylindrical-coordinate representation of color #74C121: hue angle of 88.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74C121 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 33 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.24 |
| HSL | 88.88º | 0.71% | 0.44% | - |
| HSV(B) | 88.88º | 0.83% | 0.76% | - |
| XYZ | 26.55 | 41.96 | 8.14 | - |
| YUV | 151.74 | 60.99 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 33 | 0.40 | 0 | 0.83 | 0.24 | 88.88 | 0.71 | 0.44 |
| Hex | 74 | C1 | 21 | 28 | 0 | 53 | 18 | 59 | 47 | 2C |
| Octal | 164 | 301 | 41 | 50 | 0 | 123 | 30 | 131 | 107 | 54 |
| Binary | 1110100 | 11000001 | 100001 | 101000 | 0 | 1010011 | 11000 | 1011001 | 1000111 | 101100 |
Color Harmonies of #74C121
Complementary color
Monochromatic Colors of #74C121
Black with #74C121
Text Example
Text Example
White with #74C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C121; }
p { color: rgb(116,193,33); }
H1.HeaderClassName
{
color: #74C121;
}
.AnyTagClassName
{
color: #74C121;
}
</style>
background-color css
<style>
a { background-color: #74C121; }
a { background-color: rgb(116,193,33); }
div.DivClassName
{
background-color: #74C121;
}
.BgClassName
{
background-color: #74C121;
}
</style>
border-color css
<style>
span { border-color: #74C121; }
span { border-color: rgb(116,193,33); }
td.TdClassName
{
border-color: #74C121;
}
.TagClassName
{
border-color: #74C121;
}
</style>