Shades of Lawn Green #73EE34
Tints of Lawn Green #73EE34
RGB
CMYK
RGB Variations
Color information
#73EE34 (or 0x73EE34) is known color: Lawn Green. HEX triplet: 73, EE and 34. RGB value is (115,238,52). Sum of RGB (Red+Green+Blue) = 115+238+52=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 238 (93.36% from 255 or 58.77% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 238 - color contains mainly: green. Hex color #73EE34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EE34 is #8C11CB. Grayscale: #B4B4B4. Windows color (decimal): -9179596 or 3468915. OLE color: 3468915.
HSL color Cylindrical-coordinate representation of color #73EE34: hue angle of 99.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73EE34 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 52 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.07 |
| HSL | 99.68º | 0.85% | 0.57% | - |
| HSV(B) | 99.68º | 0.78% | 0.93% | - |
| XYZ | 38.26 | 65.04 | 13.79 | - |
| YUV | 180.02 | 55.75 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 52 | 0.52 | 0 | 0.78 | 0.07 | 99.68 | 0.85 | 0.57 |
| Hex | 73 | EE | 34 | 34 | 0 | 4E | 7 | 64 | 55 | 39 |
| Octal | 163 | 356 | 64 | 64 | 0 | 116 | 7 | 144 | 125 | 71 |
| Binary | 1110011 | 11101110 | 110100 | 110100 | 0 | 1001110 | 111 | 1100100 | 1010101 | 111001 |
Color Harmonies of #73EE34
Complementary color
Monochromatic Colors of #73EE34
Black with #73EE34
Text Example
Text Example
White with #73EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EE34; }
p { color: rgb(115,238,52); }
H1.HeaderClassName
{
color: #73EE34;
}
.AnyTagClassName
{
color: #73EE34;
}
</style>
background-color css
<style>
a { background-color: #73EE34; }
a { background-color: rgb(115,238,52); }
div.DivClassName
{
background-color: #73EE34;
}
.BgClassName
{
background-color: #73EE34;
}
</style>
border-color css
<style>
span { border-color: #73EE34; }
span { border-color: rgb(115,238,52); }
td.TdClassName
{
border-color: #73EE34;
}
.TagClassName
{
border-color: #73EE34;
}
</style>