Shades of Lawn Green #71E321
Tints of Lawn Green #71E321
RGB
CMYK
RGB Variations
Color information
#71E321 (or 0x71E321) is known color: Lawn Green. HEX triplet: 71, E3 and 21. RGB value is (113,227,33). Sum of RGB (Red+Green+Blue) = 113+227+33=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 227 (89.06% from 255 or 60.86% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 227 - color contains mainly: green. Hex color #71E321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E321 is #8E1CDE. Grayscale: #ABABAB. Windows color (decimal): -9313503 or 2220913. OLE color: 2220913.
HSL color Cylindrical-coordinate representation of color #71E321: hue angle of 95.26º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71E321 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 227 | 33 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.11 |
| HSL | 95.26º | 0.78% | 0.51% | - |
| HSV(B) | 95.26º | 0.85% | 0.89% | - |
| XYZ | 34.55 | 58.56 | 10.92 | - |
| YUV | 170.8 | 50.23 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 227 | 33 | 0.50 | 0 | 0.85 | 0.11 | 95.26 | 0.78 | 0.51 |
| Hex | 71 | E3 | 21 | 32 | 0 | 55 | B | 5F | 4E | 33 |
| Octal | 161 | 343 | 41 | 62 | 0 | 125 | 13 | 137 | 116 | 63 |
| Binary | 1110001 | 11100011 | 100001 | 110010 | 0 | 1010101 | 1011 | 1011111 | 1001110 | 110011 |
Color Harmonies of #71E321
Complementary color
Monochromatic Colors of #71E321
Black with #71E321
Text Example
Text Example
White with #71E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E321; }
p { color: rgb(113,227,33); }
H1.HeaderClassName
{
color: #71E321;
}
.AnyTagClassName
{
color: #71E321;
}
</style>
background-color css
<style>
a { background-color: #71E321; }
a { background-color: rgb(113,227,33); }
div.DivClassName
{
background-color: #71E321;
}
.BgClassName
{
background-color: #71E321;
}
</style>
border-color css
<style>
span { border-color: #71E321; }
span { border-color: rgb(113,227,33); }
td.TdClassName
{
border-color: #71E321;
}
.TagClassName
{
border-color: #71E321;
}
</style>