Shades of Lima #74BC1F
Tints of Lima #74BC1F
RGB
CMYK
RGB Variations
Color information
#74BC1F (or 0x74BC1F) is known color: Lima. HEX triplet: 74, BC and 1F. RGB value is (116,188,31). Sum of RGB (Red+Green+Blue) = 116+188+31=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC1F is #8B43E0. Grayscale: #959595. Windows color (decimal): -9126881 or 2079860. OLE color: 2079860.
HSL color Cylindrical-coordinate representation of color #74BC1F: hue angle of 87.52º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74BC1F is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 31 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.26 |
| HSL | 87.52º | 0.72% | 0.43% | - |
| HSV(B) | 87.52º | 0.84% | 0.74% | - |
| XYZ | 25.43 | 39.78 | 7.63 | - |
| YUV | 148.57 | 61.65 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 31 | 0.38 | 0 | 0.84 | 0.26 | 87.52 | 0.72 | 0.43 |
| Hex | 74 | BC | 1F | 26 | 0 | 54 | 1A | 58 | 48 | 2B |
| Octal | 164 | 274 | 37 | 46 | 0 | 124 | 32 | 130 | 110 | 53 |
| Binary | 1110100 | 10111100 | 11111 | 100110 | 0 | 1010100 | 11010 | 1011000 | 1001000 | 101011 |
Color Harmonies of #74BC1F
Complementary color
Monochromatic Colors of #74BC1F
Black with #74BC1F
Text Example
Text Example
White with #74BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC1F; }
p { color: rgb(116,188,31); }
H1.HeaderClassName
{
color: #74BC1F;
}
.AnyTagClassName
{
color: #74BC1F;
}
</style>
background-color css
<style>
a { background-color: #74BC1F; }
a { background-color: rgb(116,188,31); }
div.DivClassName
{
background-color: #74BC1F;
}
.BgClassName
{
background-color: #74BC1F;
}
</style>
border-color css
<style>
span { border-color: #74BC1F; }
span { border-color: rgb(116,188,31); }
td.TdClassName
{
border-color: #74BC1F;
}
.TagClassName
{
border-color: #74BC1F;
}
</style>