Shades of Lawn Green #74F020
Tints of Lawn Green #74F020
RGB
CMYK
RGB Variations
Color information
#74F020 (or 0x74F020) is known color: Lawn Green. HEX triplet: 74, F0 and 20. RGB value is (116,240,32). Sum of RGB (Red+Green+Blue) = 116+240+32=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 240 (94.14% from 255 or 61.86% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 240 - color contains mainly: green. Hex color #74F020 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F020 is #8B0FDF. Grayscale: #B3B3B3. Windows color (decimal): -9113568 or 2158708. OLE color: 2158708.
HSL color Cylindrical-coordinate representation of color #74F020: hue angle of 95.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74F020 is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 32 | - |
| CMYK | 0.52 | 0 | 0.87 | 0.06 |
| HSL | 95.77º | 0.87% | 0.53% | - |
| HSV(B) | 95.77º | 0.87% | 0.94% | - |
| XYZ | 38.62 | 66.14 | 12.1 | - |
| YUV | 179.21 | 44.92 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 32 | 0.52 | 0 | 0.87 | 0.06 | 95.77 | 0.87 | 0.53 |
| Hex | 74 | F0 | 20 | 34 | 0 | 57 | 6 | 60 | 57 | 35 |
| Octal | 164 | 360 | 40 | 64 | 0 | 127 | 6 | 140 | 127 | 65 |
| Binary | 1110100 | 11110000 | 100000 | 110100 | 0 | 1010111 | 110 | 1100000 | 1010111 | 110101 |
Color Harmonies of #74F020
Complementary color
Monochromatic Colors of #74F020
Black with #74F020
Text Example
Text Example
White with #74F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F020; }
p { color: rgb(116,240,32); }
H1.HeaderClassName
{
color: #74F020;
}
.AnyTagClassName
{
color: #74F020;
}
</style>
background-color css
<style>
a { background-color: #74F020; }
a { background-color: rgb(116,240,32); }
div.DivClassName
{
background-color: #74F020;
}
.BgClassName
{
background-color: #74F020;
}
</style>
border-color css
<style>
span { border-color: #74F020; }
span { border-color: rgb(116,240,32); }
td.TdClassName
{
border-color: #74F020;
}
.TagClassName
{
border-color: #74F020;
}
</style>