Shades of Lawn Green #73F022
Tints of Lawn Green #73F022
RGB
CMYK
RGB Variations
Color information
#73F022 (or 0x73F022) is known color: Lawn Green. HEX triplet: 73, F0 and 22. RGB value is (115,240,34). Sum of RGB (Red+Green+Blue) = 115+240+34=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 240 (94.14% from 255 or 61.70% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 240 - color contains mainly: green. Hex color #73F022 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F022 is #8C0FDD. Grayscale: #B3B3B3. Windows color (decimal): -9179102 or 2289779. OLE color: 2289779.
HSL color Cylindrical-coordinate representation of color #73F022: hue angle of 96.41º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73F022 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 34 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.06 |
| HSL | 96.41º | 0.87% | 0.54% | - |
| HSV(B) | 96.41º | 0.86% | 0.94% | - |
| XYZ | 38.52 | 66.08 | 12.24 | - |
| YUV | 179.14 | 46.09 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 34 | 0.52 | 0 | 0.86 | 0.06 | 96.41 | 0.87 | 0.54 |
| Hex | 73 | F0 | 22 | 34 | 0 | 56 | 6 | 60 | 57 | 36 |
| Octal | 163 | 360 | 42 | 64 | 0 | 126 | 6 | 140 | 127 | 66 |
| Binary | 1110011 | 11110000 | 100010 | 110100 | 0 | 1010110 | 110 | 1100000 | 1010111 | 110110 |
Color Harmonies of #73F022
Complementary color
Monochromatic Colors of #73F022
Black with #73F022
Text Example
Text Example
White with #73F022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F022; }
p { color: rgb(115,240,34); }
H1.HeaderClassName
{
color: #73F022;
}
.AnyTagClassName
{
color: #73F022;
}
</style>
background-color css
<style>
a { background-color: #73F022; }
a { background-color: rgb(115,240,34); }
div.DivClassName
{
background-color: #73F022;
}
.BgClassName
{
background-color: #73F022;
}
</style>
border-color css
<style>
span { border-color: #73F022; }
span { border-color: rgb(115,240,34); }
td.TdClassName
{
border-color: #73F022;
}
.TagClassName
{
border-color: #73F022;
}
</style>