Shades of Free Speech Green #21E319
Tints of Free Speech Green #21E319
RGB
CMYK
RGB Variations
Color information
#21E319 (or 0x21E319) is known color: Free Speech Green. HEX triplet: 21, E3 and 19. RGB value is (33,227,25). Sum of RGB (Red+Green+Blue) = 33+227+25=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 227 (89.06% from 255 or 79.65% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 227 - color contains mainly: green. Hex color #21E319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21E319 is #DE1CE6. Grayscale: #929292. Windows color (decimal): -14556391 or 1696545. OLE color: 1696545.
HSL color Cylindrical-coordinate representation of color #21E319: hue angle of 117.62º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21E319 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 227 | 25 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.11 |
| HSL | 117.62º | 0.8% | 0.49% | - |
| HSV(B) | 117.62º | 0.89% | 0.89% | - |
| XYZ | 28.27 | 55.33 | 10.11 | - |
| YUV | 145.97 | 59.73 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 25 | 0.85 | 0 | 0.89 | 0.11 | 117.62 | 0.8 | 0.49 |
| Hex | 21 | E3 | 19 | 55 | 0 | 59 | B | 76 | 50 | 31 |
| Octal | 41 | 343 | 31 | 125 | 0 | 131 | 13 | 166 | 120 | 61 |
| Binary | 100001 | 11100011 | 11001 | 1010101 | 0 | 1011001 | 1011 | 1110110 | 1010000 | 110001 |
Color Harmonies of #21E319
Complementary color
Monochromatic Colors of #21E319
Black with #21E319
Text Example
Text Example
White with #21E319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E319; }
p { color: rgb(33,227,25); }
H1.HeaderClassName
{
color: #21E319;
}
.AnyTagClassName
{
color: #21E319;
}
</style>
background-color css
<style>
a { background-color: #21E319; }
a { background-color: rgb(33,227,25); }
div.DivClassName
{
background-color: #21E319;
}
.BgClassName
{
background-color: #21E319;
}
</style>
border-color css
<style>
span { border-color: #21E319; }
span { border-color: rgb(33,227,25); }
td.TdClassName
{
border-color: #21E319;
}
.TagClassName
{
border-color: #21E319;
}
</style>