Shades of Lima #74B91C
Tints of Lima #74B91C
RGB
CMYK
RGB Variations
Color information
#74B91C (or 0x74B91C) is known color: Lima. HEX triplet: 74, B9 and 1C. RGB value is (116,185,28). Sum of RGB (Red+Green+Blue) = 116+185+28=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #74B91C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B91C is #8B46E3. Grayscale: #939393. Windows color (decimal): -9127652 or 1882484. OLE color: 1882484.
HSL color Cylindrical-coordinate representation of color #74B91C: hue angle of 86.37º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74B91C is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 28 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.27 |
| HSL | 86.37º | 0.74% | 0.42% | - |
| HSV(B) | 86.37º | 0.85% | 0.73% | - |
| XYZ | 24.76 | 38.49 | 7.22 | - |
| YUV | 146.47 | 61.14 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 28 | 0.37 | 0 | 0.85 | 0.27 | 86.37 | 0.74 | 0.42 |
| Hex | 74 | B9 | 1C | 25 | 0 | 55 | 1B | 56 | 4A | 2A |
| Octal | 164 | 271 | 34 | 45 | 0 | 125 | 33 | 126 | 112 | 52 |
| Binary | 1110100 | 10111001 | 11100 | 100101 | 0 | 1010101 | 11011 | 1010110 | 1001010 | 101010 |
Color Harmonies of #74B91C
Complementary color
Monochromatic Colors of #74B91C
Black with #74B91C
Text Example
Text Example
White with #74B91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B91C; }
p { color: rgb(116,185,28); }
H1.HeaderClassName
{
color: #74B91C;
}
.AnyTagClassName
{
color: #74B91C;
}
</style>
background-color css
<style>
a { background-color: #74B91C; }
a { background-color: rgb(116,185,28); }
div.DivClassName
{
background-color: #74B91C;
}
.BgClassName
{
background-color: #74B91C;
}
</style>
border-color css
<style>
span { border-color: #74B91C; }
span { border-color: rgb(116,185,28); }
td.TdClassName
{
border-color: #74B91C;
}
.TagClassName
{
border-color: #74B91C;
}
</style>