Shades of Free Speech Green #21F211
Tints of Free Speech Green #21F211
RGB
CMYK
RGB Variations
Color information
#21F211 (or 0x21F211) is known color: Free Speech Green. HEX triplet: 21, F2 and 11. RGB value is (33,242,17). Sum of RGB (Red+Green+Blue) = 33+242+17=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 242 (94.92% from 255 or 82.88% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 242 - color contains mainly: green. Hex color #21F211 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21F211 is #DE0DEE. Grayscale: #9A9A9A. Windows color (decimal): -14552559 or 1176097. OLE color: 1176097.
HSL color Cylindrical-coordinate representation of color #21F211: hue angle of 115.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21F211 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 17 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.05 |
| HSL | 115.73º | 0.9% | 0.51% | - |
| HSV(B) | 115.73º | 0.93% | 0.95% | - |
| XYZ | 32.48 | 63.87 | 11.15 | - |
| YUV | 153.86 | 50.76 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 17 | 0.86 | 0 | 0.93 | 0.05 | 115.73 | 0.9 | 0.51 |
| Hex | 21 | F2 | 11 | 56 | 0 | 5D | 5 | 74 | 5A | 33 |
| Octal | 41 | 362 | 21 | 126 | 0 | 135 | 5 | 164 | 132 | 63 |
| Binary | 100001 | 11110010 | 10001 | 1010110 | 0 | 1011101 | 101 | 1110100 | 1011010 | 110011 |
Color Harmonies of #21F211
Complementary color
Monochromatic Colors of #21F211
Black with #21F211
Text Example
Text Example
White with #21F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F211; }
p { color: rgb(33,242,17); }
H1.HeaderClassName
{
color: #21F211;
}
.AnyTagClassName
{
color: #21F211;
}
</style>
background-color css
<style>
a { background-color: #21F211; }
a { background-color: rgb(33,242,17); }
div.DivClassName
{
background-color: #21F211;
}
.BgClassName
{
background-color: #21F211;
}
</style>
border-color css
<style>
span { border-color: #21F211; }
span { border-color: rgb(33,242,17); }
td.TdClassName
{
border-color: #21F211;
}
.TagClassName
{
border-color: #21F211;
}
</style>