Shades of Free Speech Green #21FA1D
Tints of Free Speech Green #21FA1D
RGB
CMYK
RGB Variations
Color information
#21FA1D (or 0x21FA1D) is known color: Free Speech Green. HEX triplet: 21, FA and 1D. RGB value is (33,250,29). Sum of RGB (Red+Green+Blue) = 33+250+29=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 250 (98.05% from 255 or 80.13% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 250 - color contains mainly: green. Hex color #21FA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21FA1D is #DE05E2. Grayscale: #A0A0A0. Windows color (decimal): -14550499 or 1964577. OLE color: 1964577.
HSL color Cylindrical-coordinate representation of color #21FA1D: hue angle of 118.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21FA1D is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 29 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.02 |
| HSL | 118.91º | 0.96% | 0.55% | - |
| HSV(B) | 118.91º | 0.88% | 0.98% | - |
| XYZ | 35.03 | 68.78 | 12.59 | - |
| YUV | 159.92 | 54.11 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 29 | 0.87 | 0 | 0.88 | 0.02 | 118.91 | 0.96 | 0.55 |
| Hex | 21 | FA | 1D | 57 | 0 | 58 | 2 | 77 | 60 | 37 |
| Octal | 41 | 372 | 35 | 127 | 0 | 130 | 2 | 167 | 140 | 67 |
| Binary | 100001 | 11111010 | 11101 | 1010111 | 0 | 1011000 | 10 | 1110111 | 1100000 | 110111 |
Color Harmonies of #21FA1D
Complementary color
Monochromatic Colors of #21FA1D
Black with #21FA1D
Text Example
Text Example
White with #21FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FA1D; }
p { color: rgb(33,250,29); }
H1.HeaderClassName
{
color: #21FA1D;
}
.AnyTagClassName
{
color: #21FA1D;
}
</style>
background-color css
<style>
a { background-color: #21FA1D; }
a { background-color: rgb(33,250,29); }
div.DivClassName
{
background-color: #21FA1D;
}
.BgClassName
{
background-color: #21FA1D;
}
</style>
border-color css
<style>
span { border-color: #21FA1D; }
span { border-color: rgb(33,250,29); }
td.TdClassName
{
border-color: #21FA1D;
}
.TagClassName
{
border-color: #21FA1D;
}
</style>