Shades of Free Speech Green #21FD2D
Tints of Free Speech Green #21FD2D
RGB
CMYK
RGB Variations
Color information
#21FD2D (or 0x21FD2D) is known color: Free Speech Green. HEX triplet: 21, FD and 2D. RGB value is (33,253,45). Sum of RGB (Red+Green+Blue) = 33+253+45=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 253 (99.22% from 255 or 76.44% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 253 - color contains mainly: green. Hex color #21FD2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21FD2D is #DE02D2. Grayscale: #A4A4A4. Windows color (decimal): -14549715 or 3013921. OLE color: 3013921.
HSL color Cylindrical-coordinate representation of color #21FD2D: hue angle of 123.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FD2D is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 253 | 45 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.01 |
| HSL | 123.27º | 0.98% | 0.56% | - |
| HSV(B) | 123.27º | 0.87% | 0.99% | - |
| XYZ | 36.23 | 70.76 | 14.23 | - |
| YUV | 163.51 | 61.11 | 34.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 253 | 45 | 0.87 | 0 | 0.82 | 0.01 | 123.27 | 0.98 | 0.56 |
| Hex | 21 | FD | 2D | 57 | 0 | 52 | 1 | 7B | 62 | 38 |
| Octal | 41 | 375 | 55 | 127 | 0 | 122 | 1 | 173 | 142 | 70 |
| Binary | 100001 | 11111101 | 101101 | 1010111 | 0 | 1010010 | 1 | 1111011 | 1100010 | 111000 |
Color Harmonies of #21FD2D
Complementary color
Monochromatic Colors of #21FD2D
Black with #21FD2D
Text Example
Text Example
White with #21FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FD2D; }
p { color: rgb(33,253,45); }
H1.HeaderClassName
{
color: #21FD2D;
}
.AnyTagClassName
{
color: #21FD2D;
}
</style>
background-color css
<style>
a { background-color: #21FD2D; }
a { background-color: rgb(33,253,45); }
div.DivClassName
{
background-color: #21FD2D;
}
.BgClassName
{
background-color: #21FD2D;
}
</style>
border-color css
<style>
span { border-color: #21FD2D; }
span { border-color: rgb(33,253,45); }
td.TdClassName
{
border-color: #21FD2D;
}
.TagClassName
{
border-color: #21FD2D;
}
</style>