Shades of Lawn Green #73FC0B
Tints of Lawn Green #73FC0B
RGB
CMYK
RGB Variations
Color information
#73FC0B (or 0x73FC0B) is known color: Lawn Green. HEX triplet: 73, FC and 0B. RGB value is (115,252,11). Sum of RGB (Red+Green+Blue) = 115+252+11=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FC0B is #8C03F4. Grayscale: #B8B8B8. Windows color (decimal): -9176053 or 785523. OLE color: 785523.
HSL color Cylindrical-coordinate representation of color #73FC0B: hue angle of 94.11º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73FC0B is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 11 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.01 |
| HSL | 94.11º | 0.98% | 0.52% | - |
| HSV(B) | 94.11º | 0.96% | 0.99% | - |
| XYZ | 41.94 | 73.29 | 12.25 | - |
| YUV | 183.56 | 30.61 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 11 | 0.54 | 0 | 0.96 | 0.01 | 94.11 | 0.98 | 0.52 |
| Hex | 73 | FC | B | 36 | 0 | 60 | 1 | 5E | 62 | 34 |
| Octal | 163 | 374 | 13 | 66 | 0 | 140 | 1 | 136 | 142 | 64 |
| Binary | 1110011 | 11111100 | 1011 | 110110 | 0 | 1100000 | 1 | 1011110 | 1100010 | 110100 |
Color Harmonies of #73FC0B
Complementary color
Monochromatic Colors of #73FC0B
Black with #73FC0B
Text Example
Text Example
White with #73FC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC0B; }
p { color: rgb(115,252,11); }
H1.HeaderClassName
{
color: #73FC0B;
}
.AnyTagClassName
{
color: #73FC0B;
}
</style>
background-color css
<style>
a { background-color: #73FC0B; }
a { background-color: rgb(115,252,11); }
div.DivClassName
{
background-color: #73FC0B;
}
.BgClassName
{
background-color: #73FC0B;
}
</style>
border-color css
<style>
span { border-color: #73FC0B; }
span { border-color: rgb(115,252,11); }
td.TdClassName
{
border-color: #73FC0B;
}
.TagClassName
{
border-color: #73FC0B;
}
</style>