Shades of Lima #74BA25
Tints of Lima #74BA25
RGB
CMYK
RGB Variations
Color information
#74BA25 (or 0x74BA25) is known color: Lima. HEX triplet: 74, BA and 25. RGB value is (116,186,37). Sum of RGB (Red+Green+Blue) = 116+186+37=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA25 is #8B45DA. Grayscale: #949494. Windows color (decimal): -9127387 or 2472564. OLE color: 2472564.
HSL color Cylindrical-coordinate representation of color #74BA25: hue angle of 88.19º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74BA25 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 37 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.27 |
| HSL | 88.19º | 0.67% | 0.44% | - |
| HSV(B) | 88.19º | 0.8% | 0.73% | - |
| XYZ | 25.1 | 38.96 | 7.95 | - |
| YUV | 148.08 | 65.31 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 37 | 0.38 | 0 | 0.80 | 0.27 | 88.19 | 0.67 | 0.44 |
| Hex | 74 | BA | 25 | 26 | 0 | 50 | 1B | 58 | 43 | 2C |
| Octal | 164 | 272 | 45 | 46 | 0 | 120 | 33 | 130 | 103 | 54 |
| Binary | 1110100 | 10111010 | 100101 | 100110 | 0 | 1010000 | 11011 | 1011000 | 1000011 | 101100 |
Color Harmonies of #74BA25
Complementary color
Monochromatic Colors of #74BA25
Black with #74BA25
Text Example
Text Example
White with #74BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA25; }
p { color: rgb(116,186,37); }
H1.HeaderClassName
{
color: #74BA25;
}
.AnyTagClassName
{
color: #74BA25;
}
</style>
background-color css
<style>
a { background-color: #74BA25; }
a { background-color: rgb(116,186,37); }
div.DivClassName
{
background-color: #74BA25;
}
.BgClassName
{
background-color: #74BA25;
}
</style>
border-color css
<style>
span { border-color: #74BA25; }
span { border-color: rgb(116,186,37); }
td.TdClassName
{
border-color: #74BA25;
}
.TagClassName
{
border-color: #74BA25;
}
</style>