Shades of Lima #74BD34
Tints of Lima #74BD34
RGB
CMYK
RGB Variations
Color information
#74BD34 (or 0x74BD34) is known color: Lima. HEX triplet: 74, BD and 34. RGB value is (116,189,52). Sum of RGB (Red+Green+Blue) = 116+189+52=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BD34 is #8B42CB. Grayscale: #989898. Windows color (decimal): -9126604 or 3456372. OLE color: 3456372.
HSL color Cylindrical-coordinate representation of color #74BD34: hue angle of 91.97º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74BD34 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 52 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.26 |
| HSL | 91.97º | 0.57% | 0.47% | - |
| HSV(B) | 91.97º | 0.72% | 0.74% | - |
| XYZ | 26.02 | 40.36 | 9.67 | - |
| YUV | 151.56 | 71.82 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 52 | 0.39 | 0 | 0.72 | 0.26 | 91.97 | 0.57 | 0.47 |
| Hex | 74 | BD | 34 | 27 | 0 | 48 | 1A | 5C | 39 | 2F |
| Octal | 164 | 275 | 64 | 47 | 0 | 110 | 32 | 134 | 71 | 57 |
| Binary | 1110100 | 10111101 | 110100 | 100111 | 0 | 1001000 | 11010 | 1011100 | 111001 | 101111 |
Color Harmonies of #74BD34
Complementary color
Monochromatic Colors of #74BD34
Black with #74BD34
Text Example
Text Example
White with #74BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD34; }
p { color: rgb(116,189,52); }
H1.HeaderClassName
{
color: #74BD34;
}
.AnyTagClassName
{
color: #74BD34;
}
</style>
background-color css
<style>
a { background-color: #74BD34; }
a { background-color: rgb(116,189,52); }
div.DivClassName
{
background-color: #74BD34;
}
.BgClassName
{
background-color: #74BD34;
}
</style>
border-color css
<style>
span { border-color: #74BD34; }
span { border-color: rgb(116,189,52); }
td.TdClassName
{
border-color: #74BD34;
}
.TagClassName
{
border-color: #74BD34;
}
</style>