Shades of Lawn Green #74E10D
Tints of Lawn Green #74E10D
RGB
CMYK
RGB Variations
Color information
#74E10D (or 0x74E10D) is known color: Lawn Green. HEX triplet: 74, E1 and 0D. RGB value is (116,225,13). Sum of RGB (Red+Green+Blue) = 116+225+13=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 225 (88.28% from 255 or 63.56% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 225 - color contains mainly: green. Hex color #74E10D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74E10D is #8B1EF2. Grayscale: #A8A8A8. Windows color (decimal): -9117427 or 909684. OLE color: 909684.
HSL color Cylindrical-coordinate representation of color #74E10D: hue angle of 90.85º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74E10D is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 13 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.12 |
| HSL | 90.85º | 0.89% | 0.47% | - |
| HSV(B) | 90.85º | 0.94% | 0.88% | - |
| XYZ | 34.2 | 57.59 | 9.69 | - |
| YUV | 168.24 | 40.39 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 13 | 0.48 | 0 | 0.94 | 0.12 | 90.85 | 0.89 | 0.47 |
| Hex | 74 | E1 | D | 30 | 0 | 5E | C | 5B | 59 | 2F |
| Octal | 164 | 341 | 15 | 60 | 0 | 136 | 14 | 133 | 131 | 57 |
| Binary | 1110100 | 11100001 | 1101 | 110000 | 0 | 1011110 | 1100 | 1011011 | 1011001 | 101111 |
Color Harmonies of #74E10D
Complementary color
Monochromatic Colors of #74E10D
Black with #74E10D
Text Example
Text Example
White with #74E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E10D; }
p { color: rgb(116,225,13); }
H1.HeaderClassName
{
color: #74E10D;
}
.AnyTagClassName
{
color: #74E10D;
}
</style>
background-color css
<style>
a { background-color: #74E10D; }
a { background-color: rgb(116,225,13); }
div.DivClassName
{
background-color: #74E10D;
}
.BgClassName
{
background-color: #74E10D;
}
</style>
border-color css
<style>
span { border-color: #74E10D; }
span { border-color: rgb(116,225,13); }
td.TdClassName
{
border-color: #74E10D;
}
.TagClassName
{
border-color: #74E10D;
}
</style>