Shades of Free Speech Green #21E621
Tints of Free Speech Green #21E621
RGB
CMYK
RGB Variations
Color information
#21E621 (or 0x21E621) is known color: Free Speech Green. HEX triplet: 21, E6 and 21. RGB value is (33,230,33). Sum of RGB (Red+Green+Blue) = 33+230+33=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 230 (90.23% from 255 or 77.70% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 230 - color contains mainly: green. Hex color #21E621 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E621 is #DE19DE. Grayscale: #959595. Windows color (decimal): -14555615 or 2221601. OLE color: 2221601.
HSL color Cylindrical-coordinate representation of color #21E621: hue angle of 120º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E621 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 33 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.10 |
| HSL | 120º | 0.8% | 0.52% | - |
| HSV(B) | 120º | 0.86% | 0.9% | - |
| XYZ | 29.2 | 57.03 | 10.91 | - |
| YUV | 148.64 | 62.73 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 33 | 0.86 | 0 | 0.86 | 0.10 | 120 | 0.8 | 0.52 |
| Hex | 21 | E6 | 21 | 56 | 0 | 56 | A | 78 | 50 | 34 |
| Octal | 41 | 346 | 41 | 126 | 0 | 126 | 12 | 170 | 120 | 64 |
| Binary | 100001 | 11100110 | 100001 | 1010110 | 0 | 1010110 | 1010 | 1111000 | 1010000 | 110100 |
Color Harmonies of #21E621
Complementary color
Monochromatic Colors of #21E621
Black with #21E621
Text Example
Text Example
White with #21E621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E621; }
p { color: rgb(33,230,33); }
H1.HeaderClassName
{
color: #21E621;
}
.AnyTagClassName
{
color: #21E621;
}
</style>
background-color css
<style>
a { background-color: #21E621; }
a { background-color: rgb(33,230,33); }
div.DivClassName
{
background-color: #21E621;
}
.BgClassName
{
background-color: #21E621;
}
</style>
border-color css
<style>
span { border-color: #21E621; }
span { border-color: rgb(33,230,33); }
td.TdClassName
{
border-color: #21E621;
}
.TagClassName
{
border-color: #21E621;
}
</style>