Shades of Lawn Green #74D718
Tints of Lawn Green #74D718
RGB
CMYK
RGB Variations
Color information
#74D718 (or 0x74D718) is known color: Lawn Green. HEX triplet: 74, D7 and 18. RGB value is (116,215,24). Sum of RGB (Red+Green+Blue) = 116+215+24=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 215 (84.38% from 255 or 60.56% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 215 - color contains mainly: green. Hex color #74D718 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D718 is #8B28E7. Grayscale: #A4A4A4. Windows color (decimal): -9119976 or 1628020. OLE color: 1628020.
HSL color Cylindrical-coordinate representation of color #74D718: hue angle of 91.1º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74D718 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 24 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.16 |
| HSL | 91.1º | 0.8% | 0.47% | - |
| HSV(B) | 91.1º | 0.89% | 0.84% | - |
| XYZ | 31.67 | 52.38 | 9.31 | - |
| YUV | 163.63 | 49.2 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 24 | 0.46 | 0 | 0.89 | 0.16 | 91.1 | 0.8 | 0.47 |
| Hex | 74 | D7 | 18 | 2E | 0 | 59 | 10 | 5B | 50 | 2F |
| Octal | 164 | 327 | 30 | 56 | 0 | 131 | 20 | 133 | 120 | 57 |
| Binary | 1110100 | 11010111 | 11000 | 101110 | 0 | 1011001 | 10000 | 1011011 | 1010000 | 101111 |
Color Harmonies of #74D718
Complementary color
Monochromatic Colors of #74D718
Black with #74D718
Text Example
Text Example
White with #74D718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D718; }
p { color: rgb(116,215,24); }
H1.HeaderClassName
{
color: #74D718;
}
.AnyTagClassName
{
color: #74D718;
}
</style>
background-color css
<style>
a { background-color: #74D718; }
a { background-color: rgb(116,215,24); }
div.DivClassName
{
background-color: #74D718;
}
.BgClassName
{
background-color: #74D718;
}
</style>
border-color css
<style>
span { border-color: #74D718; }
span { border-color: rgb(116,215,24); }
td.TdClassName
{
border-color: #74D718;
}
.TagClassName
{
border-color: #74D718;
}
</style>