Shades of Free Speech Green #21D203
Tints of Free Speech Green #21D203
RGB
CMYK
RGB Variations
Color information
#21D203 (or 0x21D203) is known color: Free Speech Green. HEX triplet: 21, D2 and 03. RGB value is (33,210,3). Sum of RGB (Red+Green+Blue) = 33+210+3=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 210 (82.42% from 255 or 85.37% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 210 - color contains mainly: green. Hex color #21D203 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D203 is #DE2DFC. Grayscale: #868686. Windows color (decimal): -14560765 or 250401. OLE color: 250401.
HSL color Cylindrical-coordinate representation of color #21D203: hue angle of 111.3º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21D203 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 3 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.18 |
| HSL | 111.3º | 0.97% | 0.42% | - |
| HSV(B) | 111.3º | 0.99% | 0.82% | - |
| XYZ | 23.69 | 46.42 | 7.8 | - |
| YUV | 133.48 | 54.36 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 3 | 0.84 | 0 | 0.99 | 0.18 | 111.3 | 0.97 | 0.42 |
| Hex | 21 | D2 | 3 | 54 | 0 | 63 | 12 | 6F | 61 | 2A |
| Octal | 41 | 322 | 3 | 124 | 0 | 143 | 22 | 157 | 141 | 52 |
| Binary | 100001 | 11010010 | 11 | 1010100 | 0 | 1100011 | 10010 | 1101111 | 1100001 | 101010 |
Color Harmonies of #21D203
Complementary color
Monochromatic Colors of #21D203
Black with #21D203
Text Example
Text Example
White with #21D203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D203; }
p { color: rgb(33,210,3); }
H1.HeaderClassName
{
color: #21D203;
}
.AnyTagClassName
{
color: #21D203;
}
</style>
background-color css
<style>
a { background-color: #21D203; }
a { background-color: rgb(33,210,3); }
div.DivClassName
{
background-color: #21D203;
}
.BgClassName
{
background-color: #21D203;
}
</style>
border-color css
<style>
span { border-color: #21D203; }
span { border-color: rgb(33,210,3); }
td.TdClassName
{
border-color: #21D203;
}
.TagClassName
{
border-color: #21D203;
}
</style>