Shades of Lima #74BD20
Tints of Lima #74BD20
RGB
CMYK
RGB Variations
Color information
#74BD20 (or 0x74BD20) is known color: Lima. HEX triplet: 74, BD and 20. RGB value is (116,189,32). Sum of RGB (Red+Green+Blue) = 116+189+32=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BD20 is #8B42DF. Grayscale: #959595. Windows color (decimal): -9126624 or 2145652. OLE color: 2145652.
HSL color Cylindrical-coordinate representation of color #74BD20: hue angle of 87.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74BD20 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 32 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.26 |
| HSL | 87.9º | 0.71% | 0.43% | - |
| HSV(B) | 87.9º | 0.83% | 0.74% | - |
| XYZ | 25.66 | 40.21 | 7.78 | - |
| YUV | 149.28 | 61.82 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 32 | 0.39 | 0 | 0.83 | 0.26 | 87.9 | 0.71 | 0.43 |
| Hex | 74 | BD | 20 | 27 | 0 | 53 | 1A | 58 | 47 | 2B |
| Octal | 164 | 275 | 40 | 47 | 0 | 123 | 32 | 130 | 107 | 53 |
| Binary | 1110100 | 10111101 | 100000 | 100111 | 0 | 1010011 | 11010 | 1011000 | 1000111 | 101011 |
Color Harmonies of #74BD20
Complementary color
Monochromatic Colors of #74BD20
Black with #74BD20
Text Example
Text Example
White with #74BD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD20; }
p { color: rgb(116,189,32); }
H1.HeaderClassName
{
color: #74BD20;
}
.AnyTagClassName
{
color: #74BD20;
}
</style>
background-color css
<style>
a { background-color: #74BD20; }
a { background-color: rgb(116,189,32); }
div.DivClassName
{
background-color: #74BD20;
}
.BgClassName
{
background-color: #74BD20;
}
</style>
border-color css
<style>
span { border-color: #74BD20; }
span { border-color: rgb(116,189,32); }
td.TdClassName
{
border-color: #74BD20;
}
.TagClassName
{
border-color: #74BD20;
}
</style>