Shades of Lawn Green #73FE13
Tints of Lawn Green #73FE13
RGB
CMYK
RGB Variations
Color information
#73FE13 (or 0x73FE13) is known color: Lawn Green. HEX triplet: 73, FE and 13. RGB value is (115,254,19). Sum of RGB (Red+Green+Blue) = 115+254+19=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 254 (99.61% from 255 or 65.46% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 254 - color contains mainly: green. Hex color #73FE13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FE13 is #8C01EC. Grayscale: #BABABA. Windows color (decimal): -9175533 or 1310323. OLE color: 1310323.
HSL color Cylindrical-coordinate representation of color #73FE13: hue angle of 95.49º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73FE13 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 19 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.00 |
| HSL | 95.49º | 0.99% | 0.54% | - |
| HSV(B) | 95.49º | 0.93% | 1% | - |
| XYZ | 42.63 | 74.58 | 12.76 | - |
| YUV | 185.65 | 33.95 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 19 | 0.55 | 0 | 0.93 | 0.00 | 95.49 | 0.99 | 0.54 |
| Hex | 73 | FE | 13 | 37 | 0 | 5D | 0 | 5F | 63 | 36 |
| Octal | 163 | 376 | 23 | 67 | 0 | 135 | 0 | 137 | 143 | 66 |
| Binary | 1110011 | 11111110 | 10011 | 110111 | 0 | 1011101 | 0 | 1011111 | 1100011 | 110110 |
Color Harmonies of #73FE13
Complementary color
Monochromatic Colors of #73FE13
Black with #73FE13
Text Example
Text Example
White with #73FE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FE13; }
p { color: rgb(115,254,19); }
H1.HeaderClassName
{
color: #73FE13;
}
.AnyTagClassName
{
color: #73FE13;
}
</style>
background-color css
<style>
a { background-color: #73FE13; }
a { background-color: rgb(115,254,19); }
div.DivClassName
{
background-color: #73FE13;
}
.BgClassName
{
background-color: #73FE13;
}
</style>
border-color css
<style>
span { border-color: #73FE13; }
span { border-color: rgb(115,254,19); }
td.TdClassName
{
border-color: #73FE13;
}
.TagClassName
{
border-color: #73FE13;
}
</style>