Shades of Free Speech Green #21E314
Tints of Free Speech Green #21E314
RGB
CMYK
RGB Variations
Color information
#21E314 (or 0x21E314) is known color: Free Speech Green. HEX triplet: 21, E3 and 14. RGB value is (33,227,20). Sum of RGB (Red+Green+Blue) = 33+227+20=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 227 (89.06% from 255 or 81.07% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 227 - color contains mainly: green. Hex color #21E314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21E314 is #DE1CEB. Grayscale: #929292. Windows color (decimal): -14556396 or 1368865. OLE color: 1368865.
HSL color Cylindrical-coordinate representation of color #21E314: hue angle of 116.23º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21E314 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 227 | 20 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.11 |
| HSL | 116.23º | 0.84% | 0.48% | - |
| HSV(B) | 116.23º | 0.91% | 0.89% | - |
| XYZ | 28.22 | 55.31 | 9.85 | - |
| YUV | 145.4 | 57.23 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 20 | 0.85 | 0 | 0.91 | 0.11 | 116.23 | 0.84 | 0.48 |
| Hex | 21 | E3 | 14 | 55 | 0 | 5B | B | 74 | 54 | 30 |
| Octal | 41 | 343 | 24 | 125 | 0 | 133 | 13 | 164 | 124 | 60 |
| Binary | 100001 | 11100011 | 10100 | 1010101 | 0 | 1011011 | 1011 | 1110100 | 1010100 | 110000 |
Color Harmonies of #21E314
Complementary color
Monochromatic Colors of #21E314
Black with #21E314
Text Example
Text Example
White with #21E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E314; }
p { color: rgb(33,227,20); }
H1.HeaderClassName
{
color: #21E314;
}
.AnyTagClassName
{
color: #21E314;
}
</style>
background-color css
<style>
a { background-color: #21E314; }
a { background-color: rgb(33,227,20); }
div.DivClassName
{
background-color: #21E314;
}
.BgClassName
{
background-color: #21E314;
}
</style>
border-color css
<style>
span { border-color: #21E314; }
span { border-color: rgb(33,227,20); }
td.TdClassName
{
border-color: #21E314;
}
.TagClassName
{
border-color: #21E314;
}
</style>