Shades of Lima #74D01D
Tints of Lima #74D01D
RGB
CMYK
RGB Variations
Color information
#74D01D (or 0x74D01D) is known color: Lima. HEX triplet: 74, D0 and 1D. RGB value is (116,208,29). Sum of RGB (Red+Green+Blue) = 116+208+29=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #74D01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D01D is #8B2FE2. Grayscale: #A0A0A0. Windows color (decimal): -9121763 or 1953908. OLE color: 1953908.
HSL color Cylindrical-coordinate representation of color #74D01D: hue angle of 90.84º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74D01D is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 29 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.18 |
| HSL | 90.84º | 0.76% | 0.46% | - |
| HSV(B) | 90.84º | 0.86% | 0.82% | - |
| XYZ | 29.98 | 48.91 | 9.02 | - |
| YUV | 160.09 | 54.02 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 29 | 0.44 | 0 | 0.86 | 0.18 | 90.84 | 0.76 | 0.46 |
| Hex | 74 | D0 | 1D | 2C | 0 | 56 | 12 | 5B | 4C | 2E |
| Octal | 164 | 320 | 35 | 54 | 0 | 126 | 22 | 133 | 114 | 56 |
| Binary | 1110100 | 11010000 | 11101 | 101100 | 0 | 1010110 | 10010 | 1011011 | 1001100 | 101110 |
Color Harmonies of #74D01D
Complementary color
Monochromatic Colors of #74D01D
Black with #74D01D
Text Example
Text Example
White with #74D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D01D; }
p { color: rgb(116,208,29); }
H1.HeaderClassName
{
color: #74D01D;
}
.AnyTagClassName
{
color: #74D01D;
}
</style>
background-color css
<style>
a { background-color: #74D01D; }
a { background-color: rgb(116,208,29); }
div.DivClassName
{
background-color: #74D01D;
}
.BgClassName
{
background-color: #74D01D;
}
</style>
border-color css
<style>
span { border-color: #74D01D; }
span { border-color: rgb(116,208,29); }
td.TdClassName
{
border-color: #74D01D;
}
.TagClassName
{
border-color: #74D01D;
}
</style>