Shades of Lima #74BE29
Tints of Lima #74BE29
RGB
CMYK
RGB Variations
Color information
#74BE29 (or 0x74BE29) is known color: Lima. HEX triplet: 74, BE and 29. RGB value is (116,190,41). Sum of RGB (Red+Green+Blue) = 116+190+41=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BE29 is #8B41D6. Grayscale: #979797. Windows color (decimal): -9126359 or 2735732. OLE color: 2735732.
HSL color Cylindrical-coordinate representation of color #74BE29: hue angle of 89.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74BE29 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 41 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.25 |
| HSL | 89.8º | 0.65% | 0.45% | - |
| HSV(B) | 89.8º | 0.78% | 0.75% | - |
| XYZ | 26.02 | 40.7 | 8.58 | - |
| YUV | 150.89 | 65.98 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 41 | 0.39 | 0 | 0.78 | 0.25 | 89.8 | 0.65 | 0.45 |
| Hex | 74 | BE | 29 | 27 | 0 | 4E | 19 | 5A | 41 | 2D |
| Octal | 164 | 276 | 51 | 47 | 0 | 116 | 31 | 132 | 101 | 55 |
| Binary | 1110100 | 10111110 | 101001 | 100111 | 0 | 1001110 | 11001 | 1011010 | 1000001 | 101101 |
Color Harmonies of #74BE29
Complementary color
Monochromatic Colors of #74BE29
Black with #74BE29
Text Example
Text Example
White with #74BE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BE29; }
p { color: rgb(116,190,41); }
H1.HeaderClassName
{
color: #74BE29;
}
.AnyTagClassName
{
color: #74BE29;
}
</style>
background-color css
<style>
a { background-color: #74BE29; }
a { background-color: rgb(116,190,41); }
div.DivClassName
{
background-color: #74BE29;
}
.BgClassName
{
background-color: #74BE29;
}
</style>
border-color css
<style>
span { border-color: #74BE29; }
span { border-color: rgb(116,190,41); }
td.TdClassName
{
border-color: #74BE29;
}
.TagClassName
{
border-color: #74BE29;
}
</style>