Shades of Lawn Green #74E001
Tints of Lawn Green #74E001
RGB
CMYK
RGB Variations
Color information
#74E001 (or 0x74E001) is known color: Lawn Green. HEX triplet: 74, E0 and 01. RGB value is (116,224,1). Sum of RGB (Red+Green+Blue) = 116+224+1=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #74E001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74E001 is #8B1FFE. Grayscale: #A7A7A7. Windows color (decimal): -9117695 or 122996. OLE color: 122996.
HSL color Cylindrical-coordinate representation of color #74E001: hue angle of 89.06º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74E001 is Cyan = 0.48, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 1 | - |
| CMYK | 0.48 | 0 | 1.00 | 0.12 |
| HSL | 89.06º | 0.99% | 0.44% | - |
| HSV(B) | 89.06º | 1% | 0.88% | - |
| XYZ | 33.86 | 57.03 | 9.25 | - |
| YUV | 166.29 | 34.72 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 1 | 0.48 | 0 | 1.00 | 0.12 | 89.06 | 0.99 | 0.44 |
| Hex | 74 | E0 | 1 | 30 | 0 | 64 | C | 59 | 63 | 2C |
| Octal | 164 | 340 | 1 | 60 | 0 | 144 | 14 | 131 | 143 | 54 |
| Binary | 1110100 | 11100000 | 1 | 110000 | 0 | 1100100 | 1100 | 1011001 | 1100011 | 101100 |
Color Harmonies of #74E001
Complementary color
Monochromatic Colors of #74E001
Black with #74E001
Text Example
Text Example
White with #74E001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E001; }
p { color: rgb(116,224,1); }
H1.HeaderClassName
{
color: #74E001;
}
.AnyTagClassName
{
color: #74E001;
}
</style>
background-color css
<style>
a { background-color: #74E001; }
a { background-color: rgb(116,224,1); }
div.DivClassName
{
background-color: #74E001;
}
.BgClassName
{
background-color: #74E001;
}
</style>
border-color css
<style>
span { border-color: #74E001; }
span { border-color: rgb(116,224,1); }
td.TdClassName
{
border-color: #74E001;
}
.TagClassName
{
border-color: #74E001;
}
</style>