Shades of Free Speech Green #21FA21
Tints of Free Speech Green #21FA21
RGB
CMYK
RGB Variations
Color information
#21FA21 (or 0x21FA21) is known color: Free Speech Green. HEX triplet: 21, FA and 21. RGB value is (33,250,33). Sum of RGB (Red+Green+Blue) = 33+250+33=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 250 (98.05% from 255 or 79.11% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 250 - color contains mainly: green. Hex color #21FA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21FA21 is #DE05DE. Grayscale: #A1A1A1. Windows color (decimal): -14550495 or 2226721. OLE color: 2226721.
HSL color Cylindrical-coordinate representation of color #21FA21: hue angle of 120º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FA21 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 33 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.02 |
| HSL | 120º | 0.96% | 0.55% | - |
| HSV(B) | 120º | 0.87% | 0.98% | - |
| XYZ | 35.09 | 68.8 | 12.87 | - |
| YUV | 160.38 | 56.11 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 33 | 0.87 | 0 | 0.87 | 0.02 | 120 | 0.96 | 0.55 |
| Hex | 21 | FA | 21 | 57 | 0 | 57 | 2 | 78 | 60 | 37 |
| Octal | 41 | 372 | 41 | 127 | 0 | 127 | 2 | 170 | 140 | 67 |
| Binary | 100001 | 11111010 | 100001 | 1010111 | 0 | 1010111 | 10 | 1111000 | 1100000 | 110111 |
Color Harmonies of #21FA21
Complementary color
Monochromatic Colors of #21FA21
Black with #21FA21
Text Example
Text Example
White with #21FA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FA21; }
p { color: rgb(33,250,33); }
H1.HeaderClassName
{
color: #21FA21;
}
.AnyTagClassName
{
color: #21FA21;
}
</style>
background-color css
<style>
a { background-color: #21FA21; }
a { background-color: rgb(33,250,33); }
div.DivClassName
{
background-color: #21FA21;
}
.BgClassName
{
background-color: #21FA21;
}
</style>
border-color css
<style>
span { border-color: #21FA21; }
span { border-color: rgb(33,250,33); }
td.TdClassName
{
border-color: #21FA21;
}
.TagClassName
{
border-color: #21FA21;
}
</style>