Shades of Lawn Green #74FA04
Tints of Lawn Green #74FA04
RGB
CMYK
RGB Variations
Color information
#74FA04 (or 0x74FA04) is known color: Lawn Green. HEX triplet: 74, FA and 04. RGB value is (116,250,4). Sum of RGB (Red+Green+Blue) = 116+250+4=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FA04 is #8B05FB. Grayscale: #B6B6B6. Windows color (decimal): -9111036 or 326260. OLE color: 326260.
HSL color Cylindrical-coordinate representation of color #74FA04: hue angle of 92.68º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74FA04 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 4 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.02 |
| HSL | 92.68º | 0.97% | 0.5% | - |
| HSV(B) | 92.68º | 0.98% | 0.98% | - |
| XYZ | 41.41 | 72.09 | 11.85 | - |
| YUV | 181.89 | 27.61 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 4 | 0.54 | 0 | 0.98 | 0.02 | 92.68 | 0.97 | 0.5 |
| Hex | 74 | FA | 4 | 36 | 0 | 62 | 2 | 5D | 61 | 32 |
| Octal | 164 | 372 | 4 | 66 | 0 | 142 | 2 | 135 | 141 | 62 |
| Binary | 1110100 | 11111010 | 100 | 110110 | 0 | 1100010 | 10 | 1011101 | 1100001 | 110010 |
Color Harmonies of #74FA04
Complementary color
Monochromatic Colors of #74FA04
Black with #74FA04
Text Example
Text Example
White with #74FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA04; }
p { color: rgb(116,250,4); }
H1.HeaderClassName
{
color: #74FA04;
}
.AnyTagClassName
{
color: #74FA04;
}
</style>
background-color css
<style>
a { background-color: #74FA04; }
a { background-color: rgb(116,250,4); }
div.DivClassName
{
background-color: #74FA04;
}
.BgClassName
{
background-color: #74FA04;
}
</style>
border-color css
<style>
span { border-color: #74FA04; }
span { border-color: rgb(116,250,4); }
td.TdClassName
{
border-color: #74FA04;
}
.TagClassName
{
border-color: #74FA04;
}
</style>