Shades of Free Speech Green #21F229
Tints of Free Speech Green #21F229
RGB
CMYK
RGB Variations
Color information
#21F229 (or 0x21F229) is known color: Free Speech Green. HEX triplet: 21, F2 and 29. RGB value is (33,242,41). Sum of RGB (Red+Green+Blue) = 33+242+41=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 242 (94.92% from 255 or 76.58% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 242 - color contains mainly: green. Hex color #21F229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F229 is #DE0DD6. Grayscale: #9D9D9D. Windows color (decimal): -14552535 or 2748961. OLE color: 2748961.
HSL color Cylindrical-coordinate representation of color #21F229: hue angle of 122.3º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F229 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 41 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.05 |
| HSL | 122.3º | 0.89% | 0.54% | - |
| HSV(B) | 122.3º | 0.86% | 0.95% | - |
| XYZ | 32.78 | 63.99 | 12.72 | - |
| YUV | 156.6 | 62.76 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 41 | 0.86 | 0 | 0.83 | 0.05 | 122.3 | 0.89 | 0.54 |
| Hex | 21 | F2 | 29 | 56 | 0 | 53 | 5 | 7A | 59 | 36 |
| Octal | 41 | 362 | 51 | 126 | 0 | 123 | 5 | 172 | 131 | 66 |
| Binary | 100001 | 11110010 | 101001 | 1010110 | 0 | 1010011 | 101 | 1111010 | 1011001 | 110110 |
Color Harmonies of #21F229
Complementary color
Monochromatic Colors of #21F229
Black with #21F229
Text Example
Text Example
White with #21F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F229; }
p { color: rgb(33,242,41); }
H1.HeaderClassName
{
color: #21F229;
}
.AnyTagClassName
{
color: #21F229;
}
</style>
background-color css
<style>
a { background-color: #21F229; }
a { background-color: rgb(33,242,41); }
div.DivClassName
{
background-color: #21F229;
}
.BgClassName
{
background-color: #21F229;
}
</style>
border-color css
<style>
span { border-color: #21F229; }
span { border-color: rgb(33,242,41); }
td.TdClassName
{
border-color: #21F229;
}
.TagClassName
{
border-color: #21F229;
}
</style>