Shades of Lawn Green #73F227
Tints of Lawn Green #73F227
RGB
CMYK
RGB Variations
Color information
#73F227 (or 0x73F227) is known color: Lawn Green. HEX triplet: 73, F2 and 27. RGB value is (115,242,39). Sum of RGB (Red+Green+Blue) = 115+242+39=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 242 (94.92% from 255 or 61.11% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 242 - color contains mainly: green. Hex color #73F227 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F227 is #8C0DD8. Grayscale: #B5B5B5. Windows color (decimal): -9178585 or 2617971. OLE color: 2617971.
HSL color Cylindrical-coordinate representation of color #73F227: hue angle of 97.54º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73F227 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 242 | 39 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.05 |
| HSL | 97.54º | 0.89% | 0.55% | - |
| HSV(B) | 97.54º | 0.84% | 0.95% | - |
| XYZ | 39.19 | 67.3 | 12.84 | - |
| YUV | 180.89 | 47.92 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 242 | 39 | 0.52 | 0 | 0.84 | 0.05 | 97.54 | 0.89 | 0.55 |
| Hex | 73 | F2 | 27 | 34 | 0 | 54 | 5 | 62 | 59 | 37 |
| Octal | 163 | 362 | 47 | 64 | 0 | 124 | 5 | 142 | 131 | 67 |
| Binary | 1110011 | 11110010 | 100111 | 110100 | 0 | 1010100 | 101 | 1100010 | 1011001 | 110111 |
Color Harmonies of #73F227
Complementary color
Monochromatic Colors of #73F227
Black with #73F227
Text Example
Text Example
White with #73F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F227; }
p { color: rgb(115,242,39); }
H1.HeaderClassName
{
color: #73F227;
}
.AnyTagClassName
{
color: #73F227;
}
</style>
background-color css
<style>
a { background-color: #73F227; }
a { background-color: rgb(115,242,39); }
div.DivClassName
{
background-color: #73F227;
}
.BgClassName
{
background-color: #73F227;
}
</style>
border-color css
<style>
span { border-color: #73F227; }
span { border-color: rgb(115,242,39); }
td.TdClassName
{
border-color: #73F227;
}
.TagClassName
{
border-color: #73F227;
}
</style>