Shades of Lawn Green #73F41C
Tints of Lawn Green #73F41C
RGB
CMYK
RGB Variations
Color information
#73F41C (or 0x73F41C) is known color: Lawn Green. HEX triplet: 73, F4 and 1C. RGB value is (115,244,28). Sum of RGB (Red+Green+Blue) = 115+244+28=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 244 (95.70% from 255 or 63.05% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 244 - color contains mainly: green. Hex color #73F41C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F41C is #8C0BE3. Grayscale: #B5B5B5. Windows color (decimal): -9178084 or 1897587. OLE color: 1897587.
HSL color Cylindrical-coordinate representation of color #73F41C: hue angle of 95.83º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73F41C is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 244 | 28 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.04 |
| HSL | 95.83º | 0.91% | 0.53% | - |
| HSV(B) | 95.83º | 0.89% | 0.96% | - |
| XYZ | 39.63 | 68.43 | 12.22 | - |
| YUV | 180.81 | 41.76 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 244 | 28 | 0.53 | 0 | 0.89 | 0.04 | 95.83 | 0.91 | 0.53 |
| Hex | 73 | F4 | 1C | 35 | 0 | 59 | 4 | 60 | 5B | 35 |
| Octal | 163 | 364 | 34 | 65 | 0 | 131 | 4 | 140 | 133 | 65 |
| Binary | 1110011 | 11110100 | 11100 | 110101 | 0 | 1011001 | 100 | 1100000 | 1011011 | 110101 |
Color Harmonies of #73F41C
Complementary color
Monochromatic Colors of #73F41C
Black with #73F41C
Text Example
Text Example
White with #73F41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F41C; }
p { color: rgb(115,244,28); }
H1.HeaderClassName
{
color: #73F41C;
}
.AnyTagClassName
{
color: #73F41C;
}
</style>
background-color css
<style>
a { background-color: #73F41C; }
a { background-color: rgb(115,244,28); }
div.DivClassName
{
background-color: #73F41C;
}
.BgClassName
{
background-color: #73F41C;
}
</style>
border-color css
<style>
span { border-color: #73F41C; }
span { border-color: rgb(115,244,28); }
td.TdClassName
{
border-color: #73F41C;
}
.TagClassName
{
border-color: #73F41C;
}
</style>