Shades of Lima #74BC21
Tints of Lima #74BC21
RGB
CMYK
RGB Variations
Color information
#74BC21 (or 0x74BC21) is known color: Lima. HEX triplet: 74, BC and 21. RGB value is (116,188,33). Sum of RGB (Red+Green+Blue) = 116+188+33=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC21 is #8B43DE. Grayscale: #959595. Windows color (decimal): -9126879 or 2210932. OLE color: 2210932.
HSL color Cylindrical-coordinate representation of color #74BC21: hue angle of 87.87º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74BC21 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 33 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.26 |
| HSL | 87.87º | 0.7% | 0.43% | - |
| HSV(B) | 87.87º | 0.82% | 0.74% | - |
| XYZ | 25.46 | 39.79 | 7.78 | - |
| YUV | 148.8 | 62.65 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 33 | 0.38 | 0 | 0.82 | 0.26 | 87.87 | 0.7 | 0.43 |
| Hex | 74 | BC | 21 | 26 | 0 | 52 | 1A | 58 | 46 | 2B |
| Octal | 164 | 274 | 41 | 46 | 0 | 122 | 32 | 130 | 106 | 53 |
| Binary | 1110100 | 10111100 | 100001 | 100110 | 0 | 1010010 | 11010 | 1011000 | 1000110 | 101011 |
Color Harmonies of #74BC21
Complementary color
Monochromatic Colors of #74BC21
Black with #74BC21
Text Example
Text Example
White with #74BC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC21; }
p { color: rgb(116,188,33); }
H1.HeaderClassName
{
color: #74BC21;
}
.AnyTagClassName
{
color: #74BC21;
}
</style>
background-color css
<style>
a { background-color: #74BC21; }
a { background-color: rgb(116,188,33); }
div.DivClassName
{
background-color: #74BC21;
}
.BgClassName
{
background-color: #74BC21;
}
</style>
border-color css
<style>
span { border-color: #74BC21; }
span { border-color: rgb(116,188,33); }
td.TdClassName
{
border-color: #74BC21;
}
.TagClassName
{
border-color: #74BC21;
}
</style>