Shades of Lawn Green #74E322
Tints of Lawn Green #74E322
RGB
CMYK
RGB Variations
Color information
#74E322 (or 0x74E322) is known color: Lawn Green. HEX triplet: 74, E3 and 22. RGB value is (116,227,34). Sum of RGB (Red+Green+Blue) = 116+227+34=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 227 (89.06% from 255 or 60.21% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 227 - color contains mainly: green. Hex color #74E322 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E322 is #8B1CDD. Grayscale: #ACACAC. Windows color (decimal): -9116894 or 2286452. OLE color: 2286452.
HSL color Cylindrical-coordinate representation of color #74E322: hue angle of 94.51º degrees, saturation: 0.78, 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 #74E322 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 227 | 34 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.11 |
| HSL | 94.51º | 0.78% | 0.51% | - |
| HSV(B) | 94.51º | 0.85% | 0.89% | - |
| XYZ | 34.96 | 58.77 | 11.01 | - |
| YUV | 171.81 | 50.23 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 34 | 0.49 | 0 | 0.85 | 0.11 | 94.51 | 0.78 | 0.51 |
| Hex | 74 | E3 | 22 | 31 | 0 | 55 | B | 5F | 4E | 33 |
| Octal | 164 | 343 | 42 | 61 | 0 | 125 | 13 | 137 | 116 | 63 |
| Binary | 1110100 | 11100011 | 100010 | 110001 | 0 | 1010101 | 1011 | 1011111 | 1001110 | 110011 |
Color Harmonies of #74E322
Complementary color
Monochromatic Colors of #74E322
Black with #74E322
Text Example
Text Example
White with #74E322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E322; }
p { color: rgb(116,227,34); }
H1.HeaderClassName
{
color: #74E322;
}
.AnyTagClassName
{
color: #74E322;
}
</style>
background-color css
<style>
a { background-color: #74E322; }
a { background-color: rgb(116,227,34); }
div.DivClassName
{
background-color: #74E322;
}
.BgClassName
{
background-color: #74E322;
}
</style>
border-color css
<style>
span { border-color: #74E322; }
span { border-color: rgb(116,227,34); }
td.TdClassName
{
border-color: #74E322;
}
.TagClassName
{
border-color: #74E322;
}
</style>