Shades of Lima #74D515
Tints of Lima #74D515
RGB
CMYK
RGB Variations
Color information
#74D515 (or 0x74D515) is known color: Lima. HEX triplet: 74, D5 and 15. RGB value is (116,213,21). Sum of RGB (Red+Green+Blue) = 116+213+21=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #74D515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D515 is #8B2AEA. Grayscale: #A2A2A2. Windows color (decimal): -9120491 or 1430900. OLE color: 1430900.
HSL color Cylindrical-coordinate representation of color #74D515: hue angle of 90.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74D515 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 21 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.16 |
| HSL | 90.31º | 0.82% | 0.46% | - |
| HSV(B) | 90.31º | 0.9% | 0.84% | - |
| XYZ | 31.13 | 51.36 | 8.98 | - |
| YUV | 162.11 | 48.36 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 21 | 0.46 | 0 | 0.90 | 0.16 | 90.31 | 0.82 | 0.46 |
| Hex | 74 | D5 | 15 | 2E | 0 | 5A | 10 | 5A | 52 | 2E |
| Octal | 164 | 325 | 25 | 56 | 0 | 132 | 20 | 132 | 122 | 56 |
| Binary | 1110100 | 11010101 | 10101 | 101110 | 0 | 1011010 | 10000 | 1011010 | 1010010 | 101110 |
Color Harmonies of #74D515
Complementary color
Monochromatic Colors of #74D515
Black with #74D515
Text Example
Text Example
White with #74D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D515; }
p { color: rgb(116,213,21); }
H1.HeaderClassName
{
color: #74D515;
}
.AnyTagClassName
{
color: #74D515;
}
</style>
background-color css
<style>
a { background-color: #74D515; }
a { background-color: rgb(116,213,21); }
div.DivClassName
{
background-color: #74D515;
}
.BgClassName
{
background-color: #74D515;
}
</style>
border-color css
<style>
span { border-color: #74D515; }
span { border-color: rgb(116,213,21); }
td.TdClassName
{
border-color: #74D515;
}
.TagClassName
{
border-color: #74D515;
}
</style>