Shades of Free Speech Green #2DFF21
Tints of Free Speech Green #2DFF21
RGB
CMYK
RGB Variations
Color information
#2DFF21 (or 0x2DFF21) is known color: Free Speech Green. HEX triplet: 2D, FF and 21. RGB value is (45,255,33). Sum of RGB (Red+Green+Blue) = 45+255+33=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 255 (100% from 255 or 76.58% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFF21 is #D200DE. Grayscale: #A7A7A7. Windows color (decimal): -13762783 or 2228013. OLE color: 2228013.
HSL color Cylindrical-coordinate representation of color #2DFF21: hue angle of 116.76º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DFF21 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 33 | - |
| CMYK | 0.82 | 0 | 0.87 | 0 |
| HSL | 116.76º | 1% | 0.56% | - |
| HSV(B) | 116.76º | 0.87% | 1% | - |
| XYZ | 37.12 | 72.19 | 13.42 | - |
| YUV | 166.9 | 52.43 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 33 | 0.82 | 0 | 0.87 | 0 | 116.76 | 1 | 0.56 |
| Hex | 2D | FF | 21 | 52 | 0 | 57 | 0 | 75 | 64 | 38 |
| Octal | 55 | 377 | 41 | 122 | 0 | 127 | 0 | 165 | 144 | 70 |
| Binary | 101101 | 11111111 | 100001 | 1010010 | 0 | 1010111 | 0 | 1110101 | 1100100 | 111000 |
Color Harmonies of #2DFF21
Complementary color
Monochromatic Colors of #2DFF21
Black with #2DFF21
Text Example
Text Example
White with #2DFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF21; }
p { color: rgb(45,255,33); }
H1.HeaderClassName
{
color: #2DFF21;
}
.AnyTagClassName
{
color: #2DFF21;
}
</style>
background-color css
<style>
a { background-color: #2DFF21; }
a { background-color: rgb(45,255,33); }
div.DivClassName
{
background-color: #2DFF21;
}
.BgClassName
{
background-color: #2DFF21;
}
</style>
border-color css
<style>
span { border-color: #2DFF21; }
span { border-color: rgb(45,255,33); }
td.TdClassName
{
border-color: #2DFF21;
}
.TagClassName
{
border-color: #2DFF21;
}
</style>