Shades of Lawn Green #73E30C
Tints of Lawn Green #73E30C
RGB
CMYK
RGB Variations
Color information
#73E30C (or 0x73E30C) is known color: Lawn Green. HEX triplet: 73, E3 and 0C. RGB value is (115,227,12). Sum of RGB (Red+Green+Blue) = 115+227+12=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 227 (89.06% from 255 or 64.12% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 227 - color contains mainly: green. Hex color #73E30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73E30C is #8C1CF3. Grayscale: #A9A9A9. Windows color (decimal): -9182452 or 844659. OLE color: 844659.
HSL color Cylindrical-coordinate representation of color #73E30C: hue angle of 91.26º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73E30C is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 227 | 12 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.11 |
| HSL | 91.26º | 0.9% | 0.47% | - |
| HSV(B) | 91.26º | 0.95% | 0.89% | - |
| XYZ | 34.61 | 58.61 | 9.84 | - |
| YUV | 169 | 39.39 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 227 | 12 | 0.49 | 0 | 0.95 | 0.11 | 91.26 | 0.9 | 0.47 |
| Hex | 73 | E3 | C | 31 | 0 | 5F | B | 5B | 5A | 2F |
| Octal | 163 | 343 | 14 | 61 | 0 | 137 | 13 | 133 | 132 | 57 |
| Binary | 1110011 | 11100011 | 1100 | 110001 | 0 | 1011111 | 1011 | 1011011 | 1011010 | 101111 |
Color Harmonies of #73E30C
Complementary color
Monochromatic Colors of #73E30C
Black with #73E30C
Text Example
Text Example
White with #73E30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E30C; }
p { color: rgb(115,227,12); }
H1.HeaderClassName
{
color: #73E30C;
}
.AnyTagClassName
{
color: #73E30C;
}
</style>
background-color css
<style>
a { background-color: #73E30C; }
a { background-color: rgb(115,227,12); }
div.DivClassName
{
background-color: #73E30C;
}
.BgClassName
{
background-color: #73E30C;
}
</style>
border-color css
<style>
span { border-color: #73E30C; }
span { border-color: rgb(115,227,12); }
td.TdClassName
{
border-color: #73E30C;
}
.TagClassName
{
border-color: #73E30C;
}
</style>