Shades of Free Speech Green #21ED17
Tints of Free Speech Green #21ED17
RGB
CMYK
RGB Variations
Color information
#21ED17 (or 0x21ED17) is known color: Free Speech Green. HEX triplet: 21, ED and 17. RGB value is (33,237,23). Sum of RGB (Red+Green+Blue) = 33+237+23=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 237 (92.97% from 255 or 80.89% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21ED17 is #DE12E8. Grayscale: #989898. Windows color (decimal): -14553833 or 1568033. OLE color: 1568033.
HSL color Cylindrical-coordinate representation of color #21ED17: hue angle of 117.2º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21ED17 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 237 | 23 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.07 |
| HSL | 117.2º | 0.86% | 0.51% | - |
| HSV(B) | 117.2º | 0.9% | 0.93% | - |
| XYZ | 31.07 | 60.95 | 10.94 | - |
| YUV | 151.61 | 55.41 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 23 | 0.86 | 0 | 0.90 | 0.07 | 117.2 | 0.86 | 0.51 |
| Hex | 21 | ED | 17 | 56 | 0 | 5A | 7 | 75 | 56 | 33 |
| Octal | 41 | 355 | 27 | 126 | 0 | 132 | 7 | 165 | 126 | 63 |
| Binary | 100001 | 11101101 | 10111 | 1010110 | 0 | 1011010 | 111 | 1110101 | 1010110 | 110011 |
Color Harmonies of #21ED17
Complementary color
Monochromatic Colors of #21ED17
Black with #21ED17
Text Example
Text Example
White with #21ED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ED17; }
p { color: rgb(33,237,23); }
H1.HeaderClassName
{
color: #21ED17;
}
.AnyTagClassName
{
color: #21ED17;
}
</style>
background-color css
<style>
a { background-color: #21ED17; }
a { background-color: rgb(33,237,23); }
div.DivClassName
{
background-color: #21ED17;
}
.BgClassName
{
background-color: #21ED17;
}
</style>
border-color css
<style>
span { border-color: #21ED17; }
span { border-color: rgb(33,237,23); }
td.TdClassName
{
border-color: #21ED17;
}
.TagClassName
{
border-color: #21ED17;
}
</style>