Shades of Lawn Green #74F20E
Tints of Lawn Green #74F20E
RGB
CMYK
RGB Variations
Color information
#74F20E (or 0x74F20E) is known color: Lawn Green. HEX triplet: 74, F2 and 0E. RGB value is (116,242,14). Sum of RGB (Red+Green+Blue) = 116+242+14=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 242 (94.92% from 255 or 65.05% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 242 - color contains mainly: green. Hex color #74F20E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F20E is #8B0DF1. Grayscale: #B3B3B3. Windows color (decimal): -9113074 or 979572. OLE color: 979572.
HSL color Cylindrical-coordinate representation of color #74F20E: hue angle of 93.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74F20E is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 14 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.05 |
| HSL | 93.16º | 0.9% | 0.5% | - |
| HSV(B) | 93.16º | 0.94% | 0.95% | - |
| XYZ | 39.03 | 67.25 | 11.34 | - |
| YUV | 178.33 | 35.26 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 14 | 0.52 | 0 | 0.94 | 0.05 | 93.16 | 0.9 | 0.5 |
| Hex | 74 | F2 | E | 34 | 0 | 5E | 5 | 5D | 5A | 32 |
| Octal | 164 | 362 | 16 | 64 | 0 | 136 | 5 | 135 | 132 | 62 |
| Binary | 1110100 | 11110010 | 1110 | 110100 | 0 | 1011110 | 101 | 1011101 | 1011010 | 110010 |
Color Harmonies of #74F20E
Complementary color
Monochromatic Colors of #74F20E
Black with #74F20E
Text Example
Text Example
White with #74F20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F20E; }
p { color: rgb(116,242,14); }
H1.HeaderClassName
{
color: #74F20E;
}
.AnyTagClassName
{
color: #74F20E;
}
</style>
background-color css
<style>
a { background-color: #74F20E; }
a { background-color: rgb(116,242,14); }
div.DivClassName
{
background-color: #74F20E;
}
.BgClassName
{
background-color: #74F20E;
}
</style>
border-color css
<style>
span { border-color: #74F20E; }
span { border-color: rgb(116,242,14); }
td.TdClassName
{
border-color: #74F20E;
}
.TagClassName
{
border-color: #74F20E;
}
</style>