Shades of Lawn Green #74F422
Tints of Lawn Green #74F422
RGB
CMYK
RGB Variations
Color information
#74F422 (or 0x74F422) is known color: Lawn Green. HEX triplet: 74, F4 and 22. RGB value is (116,244,34). Sum of RGB (Red+Green+Blue) = 116+244+34=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 244 (95.70% from 255 or 61.93% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 244 - color contains mainly: green. Hex color #74F422 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F422 is #8B0BDD. Grayscale: #B6B6B6. Windows color (decimal): -9112542 or 2290804. OLE color: 2290804.
HSL color Cylindrical-coordinate representation of color #74F422: hue angle of 96.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74F422 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 34 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.04 |
| HSL | 96.57º | 0.91% | 0.55% | - |
| HSV(B) | 96.57º | 0.86% | 0.96% | - |
| XYZ | 39.84 | 68.53 | 12.64 | - |
| YUV | 181.79 | 44.59 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 34 | 0.52 | 0 | 0.86 | 0.04 | 96.57 | 0.91 | 0.55 |
| Hex | 74 | F4 | 22 | 34 | 0 | 56 | 4 | 61 | 5B | 37 |
| Octal | 164 | 364 | 42 | 64 | 0 | 126 | 4 | 141 | 133 | 67 |
| Binary | 1110100 | 11110100 | 100010 | 110100 | 0 | 1010110 | 100 | 1100001 | 1011011 | 110111 |
Color Harmonies of #74F422
Complementary color
Monochromatic Colors of #74F422
Black with #74F422
Text Example
Text Example
White with #74F422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F422; }
p { color: rgb(116,244,34); }
H1.HeaderClassName
{
color: #74F422;
}
.AnyTagClassName
{
color: #74F422;
}
</style>
background-color css
<style>
a { background-color: #74F422; }
a { background-color: rgb(116,244,34); }
div.DivClassName
{
background-color: #74F422;
}
.BgClassName
{
background-color: #74F422;
}
</style>
border-color css
<style>
span { border-color: #74F422; }
span { border-color: rgb(116,244,34); }
td.TdClassName
{
border-color: #74F422;
}
.TagClassName
{
border-color: #74F422;
}
</style>