Shades of Lawn Green #73F31C
Tints of Lawn Green #73F31C
RGB
CMYK
RGB Variations
Color information
#73F31C (or 0x73F31C) is known color: Lawn Green. HEX triplet: 73, F3 and 1C. RGB value is (115,243,28). Sum of RGB (Red+Green+Blue) = 115+243+28=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 243 (95.31% from 255 or 62.95% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 243 - color contains mainly: green. Hex color #73F31C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F31C is #8C0CE3. Grayscale: #B4B4B4. Windows color (decimal): -9178340 or 1897331. OLE color: 1897331.
HSL color Cylindrical-coordinate representation of color #73F31C: hue angle of 95.72º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73F31C is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 243 | 28 | - |
| CMYK | 0.53 | 0 | 0.88 | 0.05 |
| HSL | 95.72º | 0.9% | 0.53% | - |
| HSV(B) | 95.72º | 0.88% | 0.95% | - |
| XYZ | 39.33 | 67.83 | 12.12 | - |
| YUV | 180.22 | 42.09 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 243 | 28 | 0.53 | 0 | 0.88 | 0.05 | 95.72 | 0.9 | 0.53 |
| Hex | 73 | F3 | 1C | 35 | 0 | 58 | 5 | 60 | 5A | 35 |
| Octal | 163 | 363 | 34 | 65 | 0 | 130 | 5 | 140 | 132 | 65 |
| Binary | 1110011 | 11110011 | 11100 | 110101 | 0 | 1011000 | 101 | 1100000 | 1011010 | 110101 |
Color Harmonies of #73F31C
Complementary color
Monochromatic Colors of #73F31C
Black with #73F31C
Text Example
Text Example
White with #73F31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F31C; }
p { color: rgb(115,243,28); }
H1.HeaderClassName
{
color: #73F31C;
}
.AnyTagClassName
{
color: #73F31C;
}
</style>
background-color css
<style>
a { background-color: #73F31C; }
a { background-color: rgb(115,243,28); }
div.DivClassName
{
background-color: #73F31C;
}
.BgClassName
{
background-color: #73F31C;
}
</style>
border-color css
<style>
span { border-color: #73F31C; }
span { border-color: rgb(115,243,28); }
td.TdClassName
{
border-color: #73F31C;
}
.TagClassName
{
border-color: #73F31C;
}
</style>