Shades of Lima #74D519
Tints of Lima #74D519
RGB
CMYK
RGB Variations
Color information
#74D519 (or 0x74D519) is known color: Lima. HEX triplet: 74, D5 and 19. RGB value is (116,213,25). Sum of RGB (Red+Green+Blue) = 116+213+25=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #74D519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D519 is #8B2AE6. Grayscale: #A3A3A3. Windows color (decimal): -9120487 or 1693044. OLE color: 1693044.
HSL color Cylindrical-coordinate representation of color #74D519: hue angle of 90.96º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74D519 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 25 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.16 |
| HSL | 90.96º | 0.79% | 0.47% | - |
| HSV(B) | 90.96º | 0.88% | 0.84% | - |
| XYZ | 31.17 | 51.37 | 9.19 | - |
| YUV | 162.57 | 50.36 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 25 | 0.46 | 0 | 0.88 | 0.16 | 90.96 | 0.79 | 0.47 |
| Hex | 74 | D5 | 19 | 2E | 0 | 58 | 10 | 5B | 4F | 2F |
| Octal | 164 | 325 | 31 | 56 | 0 | 130 | 20 | 133 | 117 | 57 |
| Binary | 1110100 | 11010101 | 11001 | 101110 | 0 | 1011000 | 10000 | 1011011 | 1001111 | 101111 |
Color Harmonies of #74D519
Complementary color
Monochromatic Colors of #74D519
Black with #74D519
Text Example
Text Example
White with #74D519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D519; }
p { color: rgb(116,213,25); }
H1.HeaderClassName
{
color: #74D519;
}
.AnyTagClassName
{
color: #74D519;
}
</style>
background-color css
<style>
a { background-color: #74D519; }
a { background-color: rgb(116,213,25); }
div.DivClassName
{
background-color: #74D519;
}
.BgClassName
{
background-color: #74D519;
}
</style>
border-color css
<style>
span { border-color: #74D519; }
span { border-color: rgb(116,213,25); }
td.TdClassName
{
border-color: #74D519;
}
.TagClassName
{
border-color: #74D519;
}
</style>