Shades of Lawn Green #73ED30
Tints of Lawn Green #73ED30
RGB
CMYK
RGB Variations
Color information
#73ED30 (or 0x73ED30) is known color: Lawn Green. HEX triplet: 73, ED and 30. RGB value is (115,237,48). Sum of RGB (Red+Green+Blue) = 115+237+48=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 237 (92.97% from 255 or 59.25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 237 - color contains mainly: green. Hex color #73ED30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73ED30 is #8C12CF. Grayscale: #B3B3B3. Windows color (decimal): -9179856 or 3206515. OLE color: 3206515.
HSL color Cylindrical-coordinate representation of color #73ED30: hue angle of 98.73º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73ED30 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 237 | 48 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.07 |
| HSL | 98.73º | 0.84% | 0.56% | - |
| HSV(B) | 98.73º | 0.8% | 0.93% | - |
| XYZ | 37.89 | 64.43 | 13.23 | - |
| YUV | 178.98 | 54.08 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 237 | 48 | 0.51 | 0 | 0.80 | 0.07 | 98.73 | 0.84 | 0.56 |
| Hex | 73 | ED | 30 | 33 | 0 | 50 | 7 | 63 | 54 | 38 |
| Octal | 163 | 355 | 60 | 63 | 0 | 120 | 7 | 143 | 124 | 70 |
| Binary | 1110011 | 11101101 | 110000 | 110011 | 0 | 1010000 | 111 | 1100011 | 1010100 | 111000 |
Color Harmonies of #73ED30
Complementary color
Monochromatic Colors of #73ED30
Black with #73ED30
Text Example
Text Example
White with #73ED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ED30; }
p { color: rgb(115,237,48); }
H1.HeaderClassName
{
color: #73ED30;
}
.AnyTagClassName
{
color: #73ED30;
}
</style>
background-color css
<style>
a { background-color: #73ED30; }
a { background-color: rgb(115,237,48); }
div.DivClassName
{
background-color: #73ED30;
}
.BgClassName
{
background-color: #73ED30;
}
</style>
border-color css
<style>
span { border-color: #73ED30; }
span { border-color: rgb(115,237,48); }
td.TdClassName
{
border-color: #73ED30;
}
.TagClassName
{
border-color: #73ED30;
}
</style>