Shades of Lima #74D71D
Tints of Lima #74D71D
RGB
CMYK
RGB Variations
Color information
#74D71D (or 0x74D71D) is known color: Lima. HEX triplet: 74, D7 and 1D. RGB value is (116,215,29). Sum of RGB (Red+Green+Blue) = 116+215+29=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #74D71D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D71D is #8B28E2. Grayscale: #A4A4A4. Windows color (decimal): -9119971 or 1955700. OLE color: 1955700.
HSL color Cylindrical-coordinate representation of color #74D71D: hue angle of 91.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74D71D is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 29 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.16 |
| HSL | 91.94º | 0.76% | 0.48% | - |
| HSV(B) | 91.94º | 0.87% | 0.84% | - |
| XYZ | 31.72 | 52.4 | 9.61 | - |
| YUV | 164.2 | 51.7 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 29 | 0.46 | 0 | 0.87 | 0.16 | 91.94 | 0.76 | 0.48 |
| Hex | 74 | D7 | 1D | 2E | 0 | 57 | 10 | 5C | 4C | 30 |
| Octal | 164 | 327 | 35 | 56 | 0 | 127 | 20 | 134 | 114 | 60 |
| Binary | 1110100 | 11010111 | 11101 | 101110 | 0 | 1010111 | 10000 | 1011100 | 1001100 | 110000 |
Color Harmonies of #74D71D
Complementary color
Monochromatic Colors of #74D71D
Black with #74D71D
Text Example
Text Example
White with #74D71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D71D; }
p { color: rgb(116,215,29); }
H1.HeaderClassName
{
color: #74D71D;
}
.AnyTagClassName
{
color: #74D71D;
}
</style>
background-color css
<style>
a { background-color: #74D71D; }
a { background-color: rgb(116,215,29); }
div.DivClassName
{
background-color: #74D71D;
}
.BgClassName
{
background-color: #74D71D;
}
</style>
border-color css
<style>
span { border-color: #74D71D; }
span { border-color: rgb(116,215,29); }
td.TdClassName
{
border-color: #74D71D;
}
.TagClassName
{
border-color: #74D71D;
}
</style>