Shades of Lawn Green #74F230
Tints of Lawn Green #74F230
RGB
CMYK
RGB Variations
Color information
#74F230 (or 0x74F230) is known color: Lawn Green. HEX triplet: 74, F2 and 30. RGB value is (116,242,48). Sum of RGB (Red+Green+Blue) = 116+242+48=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #74F230 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F230 is #8B0DCF. Grayscale: #B6B6B6. Windows color (decimal): -9113040 or 3207796. OLE color: 3207796.
HSL color Cylindrical-coordinate representation of color #74F230: hue angle of 98.97º 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 #74F230 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 48 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.05 |
| HSL | 98.97º | 0.88% | 0.57% | - |
| HSV(B) | 98.97º | 0.8% | 0.95% | - |
| XYZ | 39.49 | 67.43 | 13.73 | - |
| YUV | 182.21 | 52.26 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 48 | 0.52 | 0 | 0.80 | 0.05 | 98.97 | 0.88 | 0.57 |
| Hex | 74 | F2 | 30 | 34 | 0 | 50 | 5 | 63 | 58 | 39 |
| Octal | 164 | 362 | 60 | 64 | 0 | 120 | 5 | 143 | 130 | 71 |
| Binary | 1110100 | 11110010 | 110000 | 110100 | 0 | 1010000 | 101 | 1100011 | 1011000 | 111001 |
Color Harmonies of #74F230
Complementary color
Monochromatic Colors of #74F230
Black with #74F230
Text Example
Text Example
White with #74F230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F230; }
p { color: rgb(116,242,48); }
H1.HeaderClassName
{
color: #74F230;
}
.AnyTagClassName
{
color: #74F230;
}
</style>
background-color css
<style>
a { background-color: #74F230; }
a { background-color: rgb(116,242,48); }
div.DivClassName
{
background-color: #74F230;
}
.BgClassName
{
background-color: #74F230;
}
</style>
border-color css
<style>
span { border-color: #74F230; }
span { border-color: rgb(116,242,48); }
td.TdClassName
{
border-color: #74F230;
}
.TagClassName
{
border-color: #74F230;
}
</style>