Shades of Lawn Green #73EA25
Tints of Lawn Green #73EA25
RGB
CMYK
RGB Variations
Color information
#73EA25 (or 0x73EA25) is known color: Lawn Green. HEX triplet: 73, EA and 25. RGB value is (115,234,37). Sum of RGB (Red+Green+Blue) = 115+234+37=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 234 (91.80% from 255 or 60.62% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 234 - color contains mainly: green. Hex color #73EA25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EA25 is #8C15DA. Grayscale: #B0B0B0. Windows color (decimal): -9180635 or 2484851. OLE color: 2484851.
HSL color Cylindrical-coordinate representation of color #73EA25: hue angle of 96.24º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73EA25 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 37 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.08 |
| HSL | 96.24º | 0.82% | 0.53% | - |
| HSV(B) | 96.24º | 0.84% | 0.92% | - |
| XYZ | 36.83 | 62.62 | 11.9 | - |
| YUV | 175.96 | 49.58 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 37 | 0.51 | 0 | 0.84 | 0.08 | 96.24 | 0.82 | 0.53 |
| Hex | 73 | EA | 25 | 33 | 0 | 54 | 8 | 60 | 52 | 35 |
| Octal | 163 | 352 | 45 | 63 | 0 | 124 | 10 | 140 | 122 | 65 |
| Binary | 1110011 | 11101010 | 100101 | 110011 | 0 | 1010100 | 1000 | 1100000 | 1010010 | 110101 |
Color Harmonies of #73EA25
Complementary color
Monochromatic Colors of #73EA25
Black with #73EA25
Text Example
Text Example
White with #73EA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EA25; }
p { color: rgb(115,234,37); }
H1.HeaderClassName
{
color: #73EA25;
}
.AnyTagClassName
{
color: #73EA25;
}
</style>
background-color css
<style>
a { background-color: #73EA25; }
a { background-color: rgb(115,234,37); }
div.DivClassName
{
background-color: #73EA25;
}
.BgClassName
{
background-color: #73EA25;
}
</style>
border-color css
<style>
span { border-color: #73EA25; }
span { border-color: rgb(115,234,37); }
td.TdClassName
{
border-color: #73EA25;
}
.TagClassName
{
border-color: #73EA25;
}
</style>