Shades of Lima #74BC1B
Tints of Lima #74BC1B
RGB
CMYK
RGB Variations
Color information
#74BC1B (or 0x74BC1B) is known color: Lima. HEX triplet: 74, BC and 1B. RGB value is (116,188,27). Sum of RGB (Red+Green+Blue) = 116+188+27=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC1B is #8B43E4. Grayscale: #949494. Windows color (decimal): -9126885 or 1817716. OLE color: 1817716.
HSL color Cylindrical-coordinate representation of color #74BC1B: hue angle of 86.83º degrees, saturation: 0.75, 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 #74BC1B is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 27 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.26 |
| HSL | 86.83º | 0.75% | 0.42% | - |
| HSV(B) | 86.83º | 0.86% | 0.74% | - |
| XYZ | 25.38 | 39.76 | 7.37 | - |
| YUV | 148.12 | 59.65 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 27 | 0.38 | 0 | 0.86 | 0.26 | 86.83 | 0.75 | 0.42 |
| Hex | 74 | BC | 1B | 26 | 0 | 56 | 1A | 57 | 4B | 2A |
| Octal | 164 | 274 | 33 | 46 | 0 | 126 | 32 | 127 | 113 | 52 |
| Binary | 1110100 | 10111100 | 11011 | 100110 | 0 | 1010110 | 11010 | 1010111 | 1001011 | 101010 |
Color Harmonies of #74BC1B
Complementary color
Monochromatic Colors of #74BC1B
Black with #74BC1B
Text Example
Text Example
White with #74BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC1B; }
p { color: rgb(116,188,27); }
H1.HeaderClassName
{
color: #74BC1B;
}
.AnyTagClassName
{
color: #74BC1B;
}
</style>
background-color css
<style>
a { background-color: #74BC1B; }
a { background-color: rgb(116,188,27); }
div.DivClassName
{
background-color: #74BC1B;
}
.BgClassName
{
background-color: #74BC1B;
}
</style>
border-color css
<style>
span { border-color: #74BC1B; }
span { border-color: rgb(116,188,27); }
td.TdClassName
{
border-color: #74BC1B;
}
.TagClassName
{
border-color: #74BC1B;
}
</style>