Shades of Lawn Green #74F231
Tints of Lawn Green #74F231
RGB
CMYK
RGB Variations
Color information
#74F231 (or 0x74F231) is known color: Lawn Green. HEX triplet: 74, F2 and 31. RGB value is (116,242,49). Sum of RGB (Red+Green+Blue) = 116+242+49=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #74F231 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F231 is #8B0DCE. Grayscale: #B6B6B6. Windows color (decimal): -9113039 or 3273332. OLE color: 3273332.
HSL color Cylindrical-coordinate representation of color #74F231: hue angle of 99.17º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74F231 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 49 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.05 |
| HSL | 99.17º | 0.88% | 0.57% | - |
| HSV(B) | 99.17º | 0.8% | 0.95% | - |
| XYZ | 39.51 | 67.44 | 13.84 | - |
| YUV | 182.32 | 52.76 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 49 | 0.52 | 0 | 0.80 | 0.05 | 99.17 | 0.88 | 0.57 |
| Hex | 74 | F2 | 31 | 34 | 0 | 50 | 5 | 63 | 58 | 39 |
| Octal | 164 | 362 | 61 | 64 | 0 | 120 | 5 | 143 | 130 | 71 |
| Binary | 1110100 | 11110010 | 110001 | 110100 | 0 | 1010000 | 101 | 1100011 | 1011000 | 111001 |
Color Harmonies of #74F231
Complementary color
Monochromatic Colors of #74F231
Black with #74F231
Text Example
Text Example
White with #74F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F231; }
p { color: rgb(116,242,49); }
H1.HeaderClassName
{
color: #74F231;
}
.AnyTagClassName
{
color: #74F231;
}
</style>
background-color css
<style>
a { background-color: #74F231; }
a { background-color: rgb(116,242,49); }
div.DivClassName
{
background-color: #74F231;
}
.BgClassName
{
background-color: #74F231;
}
</style>
border-color css
<style>
span { border-color: #74F231; }
span { border-color: rgb(116,242,49); }
td.TdClassName
{
border-color: #74F231;
}
.TagClassName
{
border-color: #74F231;
}
</style>