Shades of Free Speech Green #21E20D
Tints of Free Speech Green #21E20D
RGB
CMYK
RGB Variations
Color information
#21E20D (or 0x21E20D) is known color: Free Speech Green. HEX triplet: 21, E2 and 0D. RGB value is (33,226,13). Sum of RGB (Red+Green+Blue) = 33+226+13=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 226 (88.67% from 255 or 83.09% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 226 - color contains mainly: green. Hex color #21E20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21E20D is #DE1DF2. Grayscale: #909090. Windows color (decimal): -14556659 or 909857. OLE color: 909857.
HSL color Cylindrical-coordinate representation of color #21E20D: hue angle of 114.37º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21E20D is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 226 | 13 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.11 |
| HSL | 114.37º | 0.89% | 0.47% | - |
| HSV(B) | 114.37º | 0.94% | 0.89% | - |
| XYZ | 27.9 | 54.75 | 9.48 | - |
| YUV | 144.01 | 54.06 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 226 | 13 | 0.85 | 0 | 0.94 | 0.11 | 114.37 | 0.89 | 0.47 |
| Hex | 21 | E2 | D | 55 | 0 | 5E | B | 72 | 59 | 2F |
| Octal | 41 | 342 | 15 | 125 | 0 | 136 | 13 | 162 | 131 | 57 |
| Binary | 100001 | 11100010 | 1101 | 1010101 | 0 | 1011110 | 1011 | 1110010 | 1011001 | 101111 |
Color Harmonies of #21E20D
Complementary color
Monochromatic Colors of #21E20D
Black with #21E20D
Text Example
Text Example
White with #21E20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E20D; }
p { color: rgb(33,226,13); }
H1.HeaderClassName
{
color: #21E20D;
}
.AnyTagClassName
{
color: #21E20D;
}
</style>
background-color css
<style>
a { background-color: #21E20D; }
a { background-color: rgb(33,226,13); }
div.DivClassName
{
background-color: #21E20D;
}
.BgClassName
{
background-color: #21E20D;
}
</style>
border-color css
<style>
span { border-color: #21E20D; }
span { border-color: rgb(33,226,13); }
td.TdClassName
{
border-color: #21E20D;
}
.TagClassName
{
border-color: #21E20D;
}
</style>