Shades of Free Speech Green #21ED28
Tints of Free Speech Green #21ED28
RGB
CMYK
RGB Variations
Color information
#21ED28 (or 0x21ED28) is known color: Free Speech Green. HEX triplet: 21, ED and 28. RGB value is (33,237,40). Sum of RGB (Red+Green+Blue) = 33+237+40=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 237 (92.97% from 255 or 76.45% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21ED28 is #DE12D7. Grayscale: #9A9A9A. Windows color (decimal): -14553816 or 2682145. OLE color: 2682145.
HSL color Cylindrical-coordinate representation of color #21ED28: hue angle of 122.06º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ED28 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 237 | 40 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.07 |
| HSL | 122.06º | 0.85% | 0.53% | - |
| HSV(B) | 122.06º | 0.86% | 0.93% | - |
| XYZ | 31.29 | 61.04 | 12.14 | - |
| YUV | 153.55 | 63.91 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 40 | 0.86 | 0 | 0.83 | 0.07 | 122.06 | 0.85 | 0.53 |
| Hex | 21 | ED | 28 | 56 | 0 | 53 | 7 | 7A | 55 | 35 |
| Octal | 41 | 355 | 50 | 126 | 0 | 123 | 7 | 172 | 125 | 65 |
| Binary | 100001 | 11101101 | 101000 | 1010110 | 0 | 1010011 | 111 | 1111010 | 1010101 | 110101 |
Color Harmonies of #21ED28
Complementary color
Monochromatic Colors of #21ED28
Black with #21ED28
Text Example
Text Example
White with #21ED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ED28; }
p { color: rgb(33,237,40); }
H1.HeaderClassName
{
color: #21ED28;
}
.AnyTagClassName
{
color: #21ED28;
}
</style>
background-color css
<style>
a { background-color: #21ED28; }
a { background-color: rgb(33,237,40); }
div.DivClassName
{
background-color: #21ED28;
}
.BgClassName
{
background-color: #21ED28;
}
</style>
border-color css
<style>
span { border-color: #21ED28; }
span { border-color: rgb(33,237,40); }
td.TdClassName
{
border-color: #21ED28;
}
.TagClassName
{
border-color: #21ED28;
}
</style>