Shades of Lawn Green #74F42F
Tints of Lawn Green #74F42F
RGB
CMYK
RGB Variations
Color information
#74F42F (or 0x74F42F) is known color: Lawn Green. HEX triplet: 74, F4 and 2F. RGB value is (116,244,47). Sum of RGB (Red+Green+Blue) = 116+244+47=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 244 (95.70% from 255 or 59.95% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 244 - color contains mainly: green. Hex color #74F42F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F42F is #8B0BD0. Grayscale: #B7B7B7. Windows color (decimal): -9112529 or 3142772. OLE color: 3142772.
HSL color Cylindrical-coordinate representation of color #74F42F: hue angle of 98.98º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74F42F is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 47 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.04 |
| HSL | 98.98º | 0.9% | 0.57% | - |
| HSV(B) | 98.98º | 0.81% | 0.96% | - |
| XYZ | 40.07 | 68.62 | 13.82 | - |
| YUV | 183.27 | 51.09 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 47 | 0.52 | 0 | 0.81 | 0.04 | 98.98 | 0.9 | 0.57 |
| Hex | 74 | F4 | 2F | 34 | 0 | 51 | 4 | 63 | 5A | 39 |
| Octal | 164 | 364 | 57 | 64 | 0 | 121 | 4 | 143 | 132 | 71 |
| Binary | 1110100 | 11110100 | 101111 | 110100 | 0 | 1010001 | 100 | 1100011 | 1011010 | 111001 |
Color Harmonies of #74F42F
Complementary color
Monochromatic Colors of #74F42F
Black with #74F42F
Text Example
Text Example
White with #74F42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F42F; }
p { color: rgb(116,244,47); }
H1.HeaderClassName
{
color: #74F42F;
}
.AnyTagClassName
{
color: #74F42F;
}
</style>
background-color css
<style>
a { background-color: #74F42F; }
a { background-color: rgb(116,244,47); }
div.DivClassName
{
background-color: #74F42F;
}
.BgClassName
{
background-color: #74F42F;
}
</style>
border-color css
<style>
span { border-color: #74F42F; }
span { border-color: rgb(116,244,47); }
td.TdClassName
{
border-color: #74F42F;
}
.TagClassName
{
border-color: #74F42F;
}
</style>