Shades of Lima #74BC1A
Tints of Lima #74BC1A
RGB
CMYK
RGB Variations
Color information
#74BC1A (or 0x74BC1A) is known color: Lima. HEX triplet: 74, BC and 1A. RGB value is (116,188,26). Sum of RGB (Red+Green+Blue) = 116+188+26=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC1A is #8B43E5. Grayscale: #949494. Windows color (decimal): -9126886 or 1752180. OLE color: 1752180.
HSL color Cylindrical-coordinate representation of color #74BC1A: hue angle of 86.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74BC1A is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 26 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.26 |
| HSL | 86.67º | 0.76% | 0.42% | - |
| HSV(B) | 86.67º | 0.86% | 0.74% | - |
| XYZ | 25.37 | 39.75 | 7.31 | - |
| YUV | 148 | 59.15 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 26 | 0.38 | 0 | 0.86 | 0.26 | 86.67 | 0.76 | 0.42 |
| Hex | 74 | BC | 1A | 26 | 0 | 56 | 1A | 57 | 4C | 2A |
| Octal | 164 | 274 | 32 | 46 | 0 | 126 | 32 | 127 | 114 | 52 |
| Binary | 1110100 | 10111100 | 11010 | 100110 | 0 | 1010110 | 11010 | 1010111 | 1001100 | 101010 |
Color Harmonies of #74BC1A
Complementary color
Monochromatic Colors of #74BC1A
Black with #74BC1A
Text Example
Text Example
White with #74BC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC1A; }
p { color: rgb(116,188,26); }
H1.HeaderClassName
{
color: #74BC1A;
}
.AnyTagClassName
{
color: #74BC1A;
}
</style>
background-color css
<style>
a { background-color: #74BC1A; }
a { background-color: rgb(116,188,26); }
div.DivClassName
{
background-color: #74BC1A;
}
.BgClassName
{
background-color: #74BC1A;
}
</style>
border-color css
<style>
span { border-color: #74BC1A; }
span { border-color: rgb(116,188,26); }
td.TdClassName
{
border-color: #74BC1A;
}
.TagClassName
{
border-color: #74BC1A;
}
</style>