Shades of Lawn Green #74E221
Tints of Lawn Green #74E221
RGB
CMYK
RGB Variations
Color information
#74E221 (or 0x74E221) is known color: Lawn Green. HEX triplet: 74, E2 and 21. RGB value is (116,226,33). Sum of RGB (Red+Green+Blue) = 116+226+33=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 226 (88.67% from 255 or 60.27% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 226 - color contains mainly: green. Hex color #74E221 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E221 is #8B1DDE. Grayscale: #ABABAB. Windows color (decimal): -9117151 or 2220660. OLE color: 2220660.
HSL color Cylindrical-coordinate representation of color #74E221: hue angle of 94.2º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74E221 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 226 | 33 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.11 |
| HSL | 94.2º | 0.77% | 0.51% | - |
| HSV(B) | 94.2º | 0.85% | 0.89% | - |
| XYZ | 34.67 | 58.22 | 10.85 | - |
| YUV | 171.11 | 50.06 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 226 | 33 | 0.49 | 0 | 0.85 | 0.11 | 94.2 | 0.77 | 0.51 |
| Hex | 74 | E2 | 21 | 31 | 0 | 55 | B | 5E | 4D | 33 |
| Octal | 164 | 342 | 41 | 61 | 0 | 125 | 13 | 136 | 115 | 63 |
| Binary | 1110100 | 11100010 | 100001 | 110001 | 0 | 1010101 | 1011 | 1011110 | 1001101 | 110011 |
Color Harmonies of #74E221
Complementary color
Monochromatic Colors of #74E221
Black with #74E221
Text Example
Text Example
White with #74E221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E221; }
p { color: rgb(116,226,33); }
H1.HeaderClassName
{
color: #74E221;
}
.AnyTagClassName
{
color: #74E221;
}
</style>
background-color css
<style>
a { background-color: #74E221; }
a { background-color: rgb(116,226,33); }
div.DivClassName
{
background-color: #74E221;
}
.BgClassName
{
background-color: #74E221;
}
</style>
border-color css
<style>
span { border-color: #74E221; }
span { border-color: rgb(116,226,33); }
td.TdClassName
{
border-color: #74E221;
}
.TagClassName
{
border-color: #74E221;
}
</style>