Shades of Free Speech Green #21E111
Tints of Free Speech Green #21E111
RGB
CMYK
RGB Variations
Color information
#21E111 (or 0x21E111) is known color: Free Speech Green. HEX triplet: 21, E1 and 11. RGB value is (33,225,17). Sum of RGB (Red+Green+Blue) = 33+225+17=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 225 (88.28% from 255 or 81.82% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 225 - color contains mainly: green. Hex color #21E111 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21E111 is #DE1EEE. Grayscale: #909090. Windows color (decimal): -14556911 or 1171745. OLE color: 1171745.
HSL color Cylindrical-coordinate representation of color #21E111: hue angle of 115.38º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21E111 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 17 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.12 |
| HSL | 115.38º | 0.86% | 0.47% | - |
| HSV(B) | 115.38º | 0.92% | 0.88% | - |
| XYZ | 27.65 | 54.21 | 9.54 | - |
| YUV | 143.88 | 56.39 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 17 | 0.85 | 0 | 0.92 | 0.12 | 115.38 | 0.86 | 0.47 |
| Hex | 21 | E1 | 11 | 55 | 0 | 5C | C | 73 | 56 | 2F |
| Octal | 41 | 341 | 21 | 125 | 0 | 134 | 14 | 163 | 126 | 57 |
| Binary | 100001 | 11100001 | 10001 | 1010101 | 0 | 1011100 | 1100 | 1110011 | 1010110 | 101111 |
Color Harmonies of #21E111
Complementary color
Monochromatic Colors of #21E111
Black with #21E111
Text Example
Text Example
White with #21E111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E111; }
p { color: rgb(33,225,17); }
H1.HeaderClassName
{
color: #21E111;
}
.AnyTagClassName
{
color: #21E111;
}
</style>
background-color css
<style>
a { background-color: #21E111; }
a { background-color: rgb(33,225,17); }
div.DivClassName
{
background-color: #21E111;
}
.BgClassName
{
background-color: #21E111;
}
</style>
border-color css
<style>
span { border-color: #21E111; }
span { border-color: rgb(33,225,17); }
td.TdClassName
{
border-color: #21E111;
}
.TagClassName
{
border-color: #21E111;
}
</style>