Shades of Lawn Green #73F124
Tints of Lawn Green #73F124
RGB
CMYK
RGB Variations
Color information
#73F124 (or 0x73F124) is known color: Lawn Green. HEX triplet: 73, F1 and 24. RGB value is (115,241,36). Sum of RGB (Red+Green+Blue) = 115+241+36=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #73F124 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F124 is #8C0EDB. Grayscale: #B4B4B4. Windows color (decimal): -9178844 or 2421107. OLE color: 2421107.
HSL color Cylindrical-coordinate representation of color #73F124: hue angle of 96.88º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73F124 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 36 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.05 |
| HSL | 96.88º | 0.88% | 0.54% | - |
| HSV(B) | 96.88º | 0.85% | 0.95% | - |
| XYZ | 38.84 | 66.68 | 12.49 | - |
| YUV | 179.96 | 46.76 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 36 | 0.52 | 0 | 0.85 | 0.05 | 96.88 | 0.88 | 0.54 |
| Hex | 73 | F1 | 24 | 34 | 0 | 55 | 5 | 61 | 58 | 36 |
| Octal | 163 | 361 | 44 | 64 | 0 | 125 | 5 | 141 | 130 | 66 |
| Binary | 1110011 | 11110001 | 100100 | 110100 | 0 | 1010101 | 101 | 1100001 | 1011000 | 110110 |
Color Harmonies of #73F124
Complementary color
Monochromatic Colors of #73F124
Black with #73F124
Text Example
Text Example
White with #73F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F124; }
p { color: rgb(115,241,36); }
H1.HeaderClassName
{
color: #73F124;
}
.AnyTagClassName
{
color: #73F124;
}
</style>
background-color css
<style>
a { background-color: #73F124; }
a { background-color: rgb(115,241,36); }
div.DivClassName
{
background-color: #73F124;
}
.BgClassName
{
background-color: #73F124;
}
</style>
border-color css
<style>
span { border-color: #73F124; }
span { border-color: rgb(115,241,36); }
td.TdClassName
{
border-color: #73F124;
}
.TagClassName
{
border-color: #73F124;
}
</style>