Shades of Lawn Green #73F02D
Tints of Lawn Green #73F02D
RGB
CMYK
RGB Variations
Color information
#73F02D (or 0x73F02D) is known color: Lawn Green. HEX triplet: 73, F0 and 2D. RGB value is (115,240,45). Sum of RGB (Red+Green+Blue) = 115+240+45=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 240 (94.14% from 255 or 60% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 240 - color contains mainly: green. Hex color #73F02D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F02D is #8C0FD2. Grayscale: #B5B5B5. Windows color (decimal): -9179091 or 3010675. OLE color: 3010675.
HSL color Cylindrical-coordinate representation of color #73F02D: hue angle of 98.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73F02D is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 45 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.06 |
| HSL | 98.46º | 0.87% | 0.56% | - |
| HSV(B) | 98.46º | 0.81% | 0.94% | - |
| XYZ | 38.7 | 66.15 | 13.21 | - |
| YUV | 180.4 | 51.59 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 45 | 0.52 | 0 | 0.81 | 0.06 | 98.46 | 0.87 | 0.56 |
| Hex | 73 | F0 | 2D | 34 | 0 | 51 | 6 | 62 | 57 | 38 |
| Octal | 163 | 360 | 55 | 64 | 0 | 121 | 6 | 142 | 127 | 70 |
| Binary | 1110011 | 11110000 | 101101 | 110100 | 0 | 1010001 | 110 | 1100010 | 1010111 | 111000 |
Color Harmonies of #73F02D
Complementary color
Monochromatic Colors of #73F02D
Black with #73F02D
Text Example
Text Example
White with #73F02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F02D; }
p { color: rgb(115,240,45); }
H1.HeaderClassName
{
color: #73F02D;
}
.AnyTagClassName
{
color: #73F02D;
}
</style>
background-color css
<style>
a { background-color: #73F02D; }
a { background-color: rgb(115,240,45); }
div.DivClassName
{
background-color: #73F02D;
}
.BgClassName
{
background-color: #73F02D;
}
</style>
border-color css
<style>
span { border-color: #73F02D; }
span { border-color: rgb(115,240,45); }
td.TdClassName
{
border-color: #73F02D;
}
.TagClassName
{
border-color: #73F02D;
}
</style>