Shades of Lawn Green #73F12A
Tints of Lawn Green #73F12A
RGB
CMYK
RGB Variations
Color information
#73F12A (or 0x73F12A) is known color: Lawn Green. HEX triplet: 73, F1 and 2A. RGB value is (115,241,42). Sum of RGB (Red+Green+Blue) = 115+241+42=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #73F12A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F12A is #8C0ED5. Grayscale: #B5B5B5. Windows color (decimal): -9178838 or 2814323. OLE color: 2814323.
HSL color Cylindrical-coordinate representation of color #73F12A: hue angle of 97.99º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73F12A is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 42 | - |
| CMYK | 0.52 | 0 | 0.83 | 0.05 |
| HSL | 97.99º | 0.88% | 0.55% | - |
| HSV(B) | 97.99º | 0.83% | 0.95% | - |
| XYZ | 38.94 | 66.72 | 13.02 | - |
| YUV | 180.64 | 49.76 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 42 | 0.52 | 0 | 0.83 | 0.05 | 97.99 | 0.88 | 0.55 |
| Hex | 73 | F1 | 2A | 34 | 0 | 53 | 5 | 62 | 58 | 37 |
| Octal | 163 | 361 | 52 | 64 | 0 | 123 | 5 | 142 | 130 | 67 |
| Binary | 1110011 | 11110001 | 101010 | 110100 | 0 | 1010011 | 101 | 1100010 | 1011000 | 110111 |
Color Harmonies of #73F12A
Complementary color
Monochromatic Colors of #73F12A
Black with #73F12A
Text Example
Text Example
White with #73F12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F12A; }
p { color: rgb(115,241,42); }
H1.HeaderClassName
{
color: #73F12A;
}
.AnyTagClassName
{
color: #73F12A;
}
</style>
background-color css
<style>
a { background-color: #73F12A; }
a { background-color: rgb(115,241,42); }
div.DivClassName
{
background-color: #73F12A;
}
.BgClassName
{
background-color: #73F12A;
}
</style>
border-color css
<style>
span { border-color: #73F12A; }
span { border-color: rgb(115,241,42); }
td.TdClassName
{
border-color: #73F12A;
}
.TagClassName
{
border-color: #73F12A;
}
</style>