Shades of Free Speech Green #21E31C
Tints of Free Speech Green #21E31C
RGB
CMYK
RGB Variations
Color information
#21E31C (or 0x21E31C) is known color: Free Speech Green. HEX triplet: 21, E3 and 1C. RGB value is (33,227,28). Sum of RGB (Red+Green+Blue) = 33+227+28=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 227 (89.06% from 255 or 78.82% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 227 - color contains mainly: green. Hex color #21E31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E31C is #DE1CE3. Grayscale: #929292. Windows color (decimal): -14556388 or 1893153. OLE color: 1893153.
HSL color Cylindrical-coordinate representation of color #21E31C: hue angle of 118.49º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21E31C is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 227 | 28 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.11 |
| HSL | 118.49º | 0.78% | 0.5% | - |
| HSV(B) | 118.49º | 0.88% | 0.89% | - |
| XYZ | 28.31 | 55.35 | 10.29 | - |
| YUV | 146.31 | 61.23 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 28 | 0.85 | 0 | 0.88 | 0.11 | 118.49 | 0.78 | 0.5 |
| Hex | 21 | E3 | 1C | 55 | 0 | 58 | B | 76 | 4E | 32 |
| Octal | 41 | 343 | 34 | 125 | 0 | 130 | 13 | 166 | 116 | 62 |
| Binary | 100001 | 11100011 | 11100 | 1010101 | 0 | 1011000 | 1011 | 1110110 | 1001110 | 110010 |
Color Harmonies of #21E31C
Complementary color
Monochromatic Colors of #21E31C
Black with #21E31C
Text Example
Text Example
White with #21E31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E31C; }
p { color: rgb(33,227,28); }
H1.HeaderClassName
{
color: #21E31C;
}
.AnyTagClassName
{
color: #21E31C;
}
</style>
background-color css
<style>
a { background-color: #21E31C; }
a { background-color: rgb(33,227,28); }
div.DivClassName
{
background-color: #21E31C;
}
.BgClassName
{
background-color: #21E31C;
}
</style>
border-color css
<style>
span { border-color: #21E31C; }
span { border-color: rgb(33,227,28); }
td.TdClassName
{
border-color: #21E31C;
}
.TagClassName
{
border-color: #21E31C;
}
</style>