Shades of Lawn Green #71E228
Tints of Lawn Green #71E228
RGB
CMYK
RGB Variations
Color information
#71E228 (or 0x71E228) is known color: Lawn Green. HEX triplet: 71, E2 and 28. RGB value is (113,226,40). Sum of RGB (Red+Green+Blue) = 113+226+40=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 226 (88.67% from 255 or 59.63% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 226 - color contains mainly: green. Hex color #71E228 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E228 is #8E1DD7. Grayscale: #ABABAB. Windows color (decimal): -9313752 or 2679409. OLE color: 2679409.
HSL color Cylindrical-coordinate representation of color #71E228: hue angle of 96.45º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71E228 is Cyan = 0.5, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 226 | 40 | - |
| CMYK | 0.5 | 0 | 0.82 | 0.11 |
| HSL | 96.45º | 0.76% | 0.52% | - |
| HSV(B) | 96.45º | 0.82% | 0.89% | - |
| XYZ | 34.39 | 58.06 | 11.4 | - |
| YUV | 171.01 | 54.06 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 226 | 40 | 0.5 | 0 | 0.82 | 0.11 | 96.45 | 0.76 | 0.52 |
| Hex | 71 | E2 | 28 | 32 | 0 | 52 | B | 60 | 4C | 34 |
| Octal | 161 | 342 | 50 | 62 | 0 | 122 | 13 | 140 | 114 | 64 |
| Binary | 1110001 | 11100010 | 101000 | 110010 | 0 | 1010010 | 1011 | 1100000 | 1001100 | 110100 |
Color Harmonies of #71E228
Complementary color
Monochromatic Colors of #71E228
Black with #71E228
Text Example
Text Example
White with #71E228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E228; }
p { color: rgb(113,226,40); }
H1.HeaderClassName
{
color: #71E228;
}
.AnyTagClassName
{
color: #71E228;
}
</style>
background-color css
<style>
a { background-color: #71E228; }
a { background-color: rgb(113,226,40); }
div.DivClassName
{
background-color: #71E228;
}
.BgClassName
{
background-color: #71E228;
}
</style>
border-color css
<style>
span { border-color: #71E228; }
span { border-color: rgb(113,226,40); }
td.TdClassName
{
border-color: #71E228;
}
.TagClassName
{
border-color: #71E228;
}
</style>