Shades of Free Speech Green #21E819
Tints of Free Speech Green #21E819
RGB
CMYK
RGB Variations
Color information
#21E819 (or 0x21E819) is known color: Free Speech Green. HEX triplet: 21, E8 and 19. RGB value is (33,232,25). Sum of RGB (Red+Green+Blue) = 33+232+25=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 232 (91.02% from 255 or 80% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 232 - color contains mainly: green. Hex color #21E819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21E819 is #DE17E6. Grayscale: #959595. Windows color (decimal): -14555111 or 1697825. OLE color: 1697825.
HSL color Cylindrical-coordinate representation of color #21E819: hue angle of 117.68º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21E819 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 232 | 25 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.09 |
| HSL | 117.68º | 0.82% | 0.5% | - |
| HSV(B) | 117.68º | 0.89% | 0.91% | - |
| XYZ | 29.66 | 58.11 | 10.57 | - |
| YUV | 148.9 | 58.07 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 232 | 25 | 0.86 | 0 | 0.89 | 0.09 | 117.68 | 0.82 | 0.5 |
| Hex | 21 | E8 | 19 | 56 | 0 | 59 | 9 | 76 | 52 | 32 |
| Octal | 41 | 350 | 31 | 126 | 0 | 131 | 11 | 166 | 122 | 62 |
| Binary | 100001 | 11101000 | 11001 | 1010110 | 0 | 1011001 | 1001 | 1110110 | 1010010 | 110010 |
Color Harmonies of #21E819
Complementary color
Monochromatic Colors of #21E819
Black with #21E819
Text Example
Text Example
White with #21E819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E819; }
p { color: rgb(33,232,25); }
H1.HeaderClassName
{
color: #21E819;
}
.AnyTagClassName
{
color: #21E819;
}
</style>
background-color css
<style>
a { background-color: #21E819; }
a { background-color: rgb(33,232,25); }
div.DivClassName
{
background-color: #21E819;
}
.BgClassName
{
background-color: #21E819;
}
</style>
border-color css
<style>
span { border-color: #21E819; }
span { border-color: rgb(33,232,25); }
td.TdClassName
{
border-color: #21E819;
}
.TagClassName
{
border-color: #21E819;
}
</style>