Shades of Lawn Green #74F931
Tints of Lawn Green #74F931
RGB
CMYK
RGB Variations
Color information
#74F931 (or 0x74F931) is known color: Lawn Green. HEX triplet: 74, F9 and 31. RGB value is (116,249,49). Sum of RGB (Red+Green+Blue) = 116+249+49=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 249 (97.66% from 255 or 60.14% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 249 - color contains mainly: green. Hex color #74F931 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F931 is #8B06CE. Grayscale: #BBBBBB. Windows color (decimal): -9111247 or 3275124. OLE color: 3275124.
HSL color Cylindrical-coordinate representation of color #74F931: hue angle of 99.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74F931 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 249 | 49 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.02 |
| HSL | 99.9º | 0.94% | 0.58% | - |
| HSV(B) | 99.9º | 0.8% | 0.98% | - |
| XYZ | 41.63 | 71.69 | 14.55 | - |
| YUV | 186.43 | 50.44 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 249 | 49 | 0.53 | 0 | 0.80 | 0.02 | 99.9 | 0.94 | 0.58 |
| Hex | 74 | F9 | 31 | 35 | 0 | 50 | 2 | 64 | 5E | 3A |
| Octal | 164 | 371 | 61 | 65 | 0 | 120 | 2 | 144 | 136 | 72 |
| Binary | 1110100 | 11111001 | 110001 | 110101 | 0 | 1010000 | 10 | 1100100 | 1011110 | 111010 |
Color Harmonies of #74F931
Complementary color
Monochromatic Colors of #74F931
Black with #74F931
Text Example
Text Example
White with #74F931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F931; }
p { color: rgb(116,249,49); }
H1.HeaderClassName
{
color: #74F931;
}
.AnyTagClassName
{
color: #74F931;
}
</style>
background-color css
<style>
a { background-color: #74F931; }
a { background-color: rgb(116,249,49); }
div.DivClassName
{
background-color: #74F931;
}
.BgClassName
{
background-color: #74F931;
}
</style>
border-color css
<style>
span { border-color: #74F931; }
span { border-color: rgb(116,249,49); }
td.TdClassName
{
border-color: #74F931;
}
.TagClassName
{
border-color: #74F931;
}
</style>