Shades of Lima #74C52B
Tints of Lima #74C52B
RGB
CMYK
RGB Variations
Color information
#74C52B (or 0x74C52B) is known color: Lima. HEX triplet: 74, C5 and 2B. RGB value is (116,197,43). Sum of RGB (Red+Green+Blue) = 116+197+43=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #74C52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C52B is #8B3AD4. Grayscale: #9B9B9B. Windows color (decimal): -9124565 or 2868596. OLE color: 2868596.
HSL color Cylindrical-coordinate representation of color #74C52B: hue angle of 91.56º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74C52B is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 43 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.23 |
| HSL | 91.56º | 0.64% | 0.47% | - |
| HSV(B) | 91.56º | 0.78% | 0.77% | - |
| XYZ | 27.6 | 43.82 | 9.29 | - |
| YUV | 155.23 | 64.66 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 43 | 0.41 | 0 | 0.78 | 0.23 | 91.56 | 0.64 | 0.47 |
| Hex | 74 | C5 | 2B | 29 | 0 | 4E | 17 | 5C | 40 | 2F |
| Octal | 164 | 305 | 53 | 51 | 0 | 116 | 27 | 134 | 100 | 57 |
| Binary | 1110100 | 11000101 | 101011 | 101001 | 0 | 1001110 | 10111 | 1011100 | 1000000 | 101111 |
Color Harmonies of #74C52B
Complementary color
Monochromatic Colors of #74C52B
Black with #74C52B
Text Example
Text Example
White with #74C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C52B; }
p { color: rgb(116,197,43); }
H1.HeaderClassName
{
color: #74C52B;
}
.AnyTagClassName
{
color: #74C52B;
}
</style>
background-color css
<style>
a { background-color: #74C52B; }
a { background-color: rgb(116,197,43); }
div.DivClassName
{
background-color: #74C52B;
}
.BgClassName
{
background-color: #74C52B;
}
</style>
border-color css
<style>
span { border-color: #74C52B; }
span { border-color: rgb(116,197,43); }
td.TdClassName
{
border-color: #74C52B;
}
.TagClassName
{
border-color: #74C52B;
}
</style>