Shades of Lima #74D424
Tints of Lima #74D424
RGB
CMYK
RGB Variations
Color information
#74D424 (or 0x74D424) is known color: Lima. HEX triplet: 74, D4 and 24. RGB value is (116,212,36). Sum of RGB (Red+Green+Blue) = 116+212+36=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 212 (83.20% from 255 or 58.24% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 212 - color contains mainly: green. Hex color #74D424 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D424 is #8B2BDB. Grayscale: #A3A3A3. Windows color (decimal): -9120732 or 2413684. OLE color: 2413684.
HSL color Cylindrical-coordinate representation of color #74D424: hue angle of 92.73º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74D424 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 36 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.17 |
| HSL | 92.73º | 0.71% | 0.49% | - |
| HSV(B) | 92.73º | 0.83% | 0.83% | - |
| XYZ | 31.06 | 50.93 | 9.86 | - |
| YUV | 163.23 | 56.2 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 36 | 0.45 | 0 | 0.83 | 0.17 | 92.73 | 0.71 | 0.49 |
| Hex | 74 | D4 | 24 | 2D | 0 | 53 | 11 | 5D | 47 | 31 |
| Octal | 164 | 324 | 44 | 55 | 0 | 123 | 21 | 135 | 107 | 61 |
| Binary | 1110100 | 11010100 | 100100 | 101101 | 0 | 1010011 | 10001 | 1011101 | 1000111 | 110001 |
Color Harmonies of #74D424
Complementary color
Monochromatic Colors of #74D424
Black with #74D424
Text Example
Text Example
White with #74D424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D424; }
p { color: rgb(116,212,36); }
H1.HeaderClassName
{
color: #74D424;
}
.AnyTagClassName
{
color: #74D424;
}
</style>
background-color css
<style>
a { background-color: #74D424; }
a { background-color: rgb(116,212,36); }
div.DivClassName
{
background-color: #74D424;
}
.BgClassName
{
background-color: #74D424;
}
</style>
border-color css
<style>
span { border-color: #74D424; }
span { border-color: rgb(116,212,36); }
td.TdClassName
{
border-color: #74D424;
}
.TagClassName
{
border-color: #74D424;
}
</style>