Shades of Lawn Green #73F225
Tints of Lawn Green #73F225
RGB
CMYK
RGB Variations
Color information
#73F225 (or 0x73F225) is known color: Lawn Green. HEX triplet: 73, F2 and 25. RGB value is (115,242,37). Sum of RGB (Red+Green+Blue) = 115+242+37=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #73F225 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F225 is #8C0DDA. Grayscale: #B5B5B5. Windows color (decimal): -9178587 or 2486899. OLE color: 2486899.
HSL color Cylindrical-coordinate representation of color #73F225: hue angle of 97.17º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73F225 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 242 | 37 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.05 |
| HSL | 97.17º | 0.89% | 0.55% | - |
| HSV(B) | 97.17º | 0.85% | 0.95% | - |
| XYZ | 39.16 | 67.28 | 12.67 | - |
| YUV | 180.66 | 46.92 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 242 | 37 | 0.52 | 0 | 0.85 | 0.05 | 97.17 | 0.89 | 0.55 |
| Hex | 73 | F2 | 25 | 34 | 0 | 55 | 5 | 61 | 59 | 37 |
| Octal | 163 | 362 | 45 | 64 | 0 | 125 | 5 | 141 | 131 | 67 |
| Binary | 1110011 | 11110010 | 100101 | 110100 | 0 | 1010101 | 101 | 1100001 | 1011001 | 110111 |
Color Harmonies of #73F225
Complementary color
Monochromatic Colors of #73F225
Black with #73F225
Text Example
Text Example
White with #73F225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F225; }
p { color: rgb(115,242,37); }
H1.HeaderClassName
{
color: #73F225;
}
.AnyTagClassName
{
color: #73F225;
}
</style>
background-color css
<style>
a { background-color: #73F225; }
a { background-color: rgb(115,242,37); }
div.DivClassName
{
background-color: #73F225;
}
.BgClassName
{
background-color: #73F225;
}
</style>
border-color css
<style>
span { border-color: #73F225; }
span { border-color: rgb(115,242,37); }
td.TdClassName
{
border-color: #73F225;
}
.TagClassName
{
border-color: #73F225;
}
</style>