Shades of Lawn Green #73FC1F
Tints of Lawn Green #73FC1F
RGB
CMYK
RGB Variations
Color information
#73FC1F (or 0x73FC1F) is known color: Lawn Green. HEX triplet: 73, FC and 1F. RGB value is (115,252,31). Sum of RGB (Red+Green+Blue) = 115+252+31=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 252 (98.83% from 255 or 63.32% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FC1F is #8C03E0. Grayscale: #BABABA. Windows color (decimal): -9176033 or 2096243. OLE color: 2096243.
HSL color Cylindrical-coordinate representation of color #73FC1F: hue angle of 97.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73FC1F is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 31 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.01 |
| HSL | 97.19º | 0.97% | 0.55% | - |
| HSV(B) | 97.19º | 0.88% | 0.99% | - |
| XYZ | 42.13 | 73.36 | 13.24 | - |
| YUV | 185.84 | 40.61 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 31 | 0.54 | 0 | 0.88 | 0.01 | 97.19 | 0.97 | 0.55 |
| Hex | 73 | FC | 1F | 36 | 0 | 58 | 1 | 61 | 61 | 37 |
| Octal | 163 | 374 | 37 | 66 | 0 | 130 | 1 | 141 | 141 | 67 |
| Binary | 1110011 | 11111100 | 11111 | 110110 | 0 | 1011000 | 1 | 1100001 | 1100001 | 110111 |
Color Harmonies of #73FC1F
Complementary color
Monochromatic Colors of #73FC1F
Black with #73FC1F
Text Example
Text Example
White with #73FC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC1F; }
p { color: rgb(115,252,31); }
H1.HeaderClassName
{
color: #73FC1F;
}
.AnyTagClassName
{
color: #73FC1F;
}
</style>
background-color css
<style>
a { background-color: #73FC1F; }
a { background-color: rgb(115,252,31); }
div.DivClassName
{
background-color: #73FC1F;
}
.BgClassName
{
background-color: #73FC1F;
}
</style>
border-color css
<style>
span { border-color: #73FC1F; }
span { border-color: rgb(115,252,31); }
td.TdClassName
{
border-color: #73FC1F;
}
.TagClassName
{
border-color: #73FC1F;
}
</style>