Shades of Lima #74BA33
Tints of Lima #74BA33
RGB
CMYK
RGB Variations
Color information
#74BA33 (or 0x74BA33) is known color: Lima. HEX triplet: 74, BA and 33. RGB value is (116,186,51). Sum of RGB (Red+Green+Blue) = 116+186+51=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA33 is #8B45CC. Grayscale: #969696. Windows color (decimal): -9127373 or 3390068. OLE color: 3390068.
HSL color Cylindrical-coordinate representation of color #74BA33: hue angle of 91.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74BA33 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 51 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.27 |
| HSL | 91.11º | 0.57% | 0.46% | - |
| HSV(B) | 91.11º | 0.73% | 0.73% | - |
| XYZ | 25.36 | 39.07 | 9.34 | - |
| YUV | 149.68 | 72.31 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 51 | 0.38 | 0 | 0.73 | 0.27 | 91.11 | 0.57 | 0.46 |
| Hex | 74 | BA | 33 | 26 | 0 | 49 | 1B | 5B | 39 | 2E |
| Octal | 164 | 272 | 63 | 46 | 0 | 111 | 33 | 133 | 71 | 56 |
| Binary | 1110100 | 10111010 | 110011 | 100110 | 0 | 1001001 | 11011 | 1011011 | 111001 | 101110 |
Color Harmonies of #74BA33
Complementary color
Monochromatic Colors of #74BA33
Black with #74BA33
Text Example
Text Example
White with #74BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA33; }
p { color: rgb(116,186,51); }
H1.HeaderClassName
{
color: #74BA33;
}
.AnyTagClassName
{
color: #74BA33;
}
</style>
background-color css
<style>
a { background-color: #74BA33; }
a { background-color: rgb(116,186,51); }
div.DivClassName
{
background-color: #74BA33;
}
.BgClassName
{
background-color: #74BA33;
}
</style>
border-color css
<style>
span { border-color: #74BA33; }
span { border-color: rgb(116,186,51); }
td.TdClassName
{
border-color: #74BA33;
}
.TagClassName
{
border-color: #74BA33;
}
</style>