Shades of Lawn Green #73EF04
Tints of Lawn Green #73EF04
RGB
CMYK
RGB Variations
Color information
#73EF04 (or 0x73EF04) is known color: Lawn Green. HEX triplet: 73, EF and 04. RGB value is (115,239,4). Sum of RGB (Red+Green+Blue) = 115+239+4=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 239 (93.75% from 255 or 66.76% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 239 - color contains mainly: green. Hex color #73EF04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73EF04 is #8C10FB. Grayscale: #AFAFAF. Windows color (decimal): -9179388 or 323443. OLE color: 323443.
HSL color Cylindrical-coordinate representation of color #73EF04: hue angle of 91.66º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73EF04 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 4 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.06 |
| HSL | 91.66º | 0.97% | 0.48% | - |
| HSV(B) | 91.66º | 0.98% | 0.94% | - |
| XYZ | 37.96 | 65.39 | 10.74 | - |
| YUV | 175.13 | 31.42 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 4 | 0.52 | 0 | 0.98 | 0.06 | 91.66 | 0.97 | 0.48 |
| Hex | 73 | EF | 4 | 34 | 0 | 62 | 6 | 5C | 61 | 30 |
| Octal | 163 | 357 | 4 | 64 | 0 | 142 | 6 | 134 | 141 | 60 |
| Binary | 1110011 | 11101111 | 100 | 110100 | 0 | 1100010 | 110 | 1011100 | 1100001 | 110000 |
Color Harmonies of #73EF04
Complementary color
Monochromatic Colors of #73EF04
Black with #73EF04
Text Example
Text Example
White with #73EF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EF04; }
p { color: rgb(115,239,4); }
H1.HeaderClassName
{
color: #73EF04;
}
.AnyTagClassName
{
color: #73EF04;
}
</style>
background-color css
<style>
a { background-color: #73EF04; }
a { background-color: rgb(115,239,4); }
div.DivClassName
{
background-color: #73EF04;
}
.BgClassName
{
background-color: #73EF04;
}
</style>
border-color css
<style>
span { border-color: #73EF04; }
span { border-color: rgb(115,239,4); }
td.TdClassName
{
border-color: #73EF04;
}
.TagClassName
{
border-color: #73EF04;
}
</style>