Shades of Free Speech Green #21F218
Tints of Free Speech Green #21F218
RGB
CMYK
RGB Variations
Color information
#21F218 (or 0x21F218) is known color: Free Speech Green. HEX triplet: 21, F2 and 18. RGB value is (33,242,24). Sum of RGB (Red+Green+Blue) = 33+242+24=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 242 (94.92% from 255 or 80.94% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 242 - color contains mainly: green. Hex color #21F218 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21F218 is #DE0DE7. Grayscale: #9B9B9B. Windows color (decimal): -14552552 or 1634849. OLE color: 1634849.
HSL color Cylindrical-coordinate representation of color #21F218: hue angle of 117.52º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21F218 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 24 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.05 |
| HSL | 117.52º | 0.89% | 0.52% | - |
| HSV(B) | 117.52º | 0.9% | 0.95% | - |
| XYZ | 32.54 | 63.89 | 11.48 | - |
| YUV | 154.66 | 54.26 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 24 | 0.86 | 0 | 0.90 | 0.05 | 117.52 | 0.89 | 0.52 |
| Hex | 21 | F2 | 18 | 56 | 0 | 5A | 5 | 76 | 59 | 34 |
| Octal | 41 | 362 | 30 | 126 | 0 | 132 | 5 | 166 | 131 | 64 |
| Binary | 100001 | 11110010 | 11000 | 1010110 | 0 | 1011010 | 101 | 1110110 | 1011001 | 110100 |
Color Harmonies of #21F218
Complementary color
Monochromatic Colors of #21F218
Black with #21F218
Text Example
Text Example
White with #21F218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F218; }
p { color: rgb(33,242,24); }
H1.HeaderClassName
{
color: #21F218;
}
.AnyTagClassName
{
color: #21F218;
}
</style>
background-color css
<style>
a { background-color: #21F218; }
a { background-color: rgb(33,242,24); }
div.DivClassName
{
background-color: #21F218;
}
.BgClassName
{
background-color: #21F218;
}
</style>
border-color css
<style>
span { border-color: #21F218; }
span { border-color: rgb(33,242,24); }
td.TdClassName
{
border-color: #21F218;
}
.TagClassName
{
border-color: #21F218;
}
</style>