Shades of Free Speech Green #2DF221
Tints of Free Speech Green #2DF221
RGB
CMYK
RGB Variations
Color information
#2DF221 (or 0x2DF221) is known color: Free Speech Green. HEX triplet: 2D, F2 and 21. RGB value is (45,242,33). Sum of RGB (Red+Green+Blue) = 45+242+33=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 242 (94.92% from 255 or 75.62% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF221 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF221 is #D20DDE. Grayscale: #9F9F9F. Windows color (decimal): -13766111 or 2224685. OLE color: 2224685.
HSL color Cylindrical-coordinate representation of color #2DF221: hue angle of 116.56º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DF221 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 242 | 33 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.05 |
| HSL | 116.56º | 0.89% | 0.54% | - |
| HSV(B) | 116.56º | 0.86% | 0.95% | - |
| XYZ | 33.11 | 64.17 | 12.08 | - |
| YUV | 159.27 | 56.73 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 242 | 33 | 0.81 | 0 | 0.86 | 0.05 | 116.56 | 0.89 | 0.54 |
| Hex | 2D | F2 | 21 | 51 | 0 | 56 | 5 | 75 | 59 | 36 |
| Octal | 55 | 362 | 41 | 121 | 0 | 126 | 5 | 165 | 131 | 66 |
| Binary | 101101 | 11110010 | 100001 | 1010001 | 0 | 1010110 | 101 | 1110101 | 1011001 | 110110 |
Color Harmonies of #2DF221
Complementary color
Monochromatic Colors of #2DF221
Black with #2DF221
Text Example
Text Example
White with #2DF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF221; }
p { color: rgb(45,242,33); }
H1.HeaderClassName
{
color: #2DF221;
}
.AnyTagClassName
{
color: #2DF221;
}
</style>
background-color css
<style>
a { background-color: #2DF221; }
a { background-color: rgb(45,242,33); }
div.DivClassName
{
background-color: #2DF221;
}
.BgClassName
{
background-color: #2DF221;
}
</style>
border-color css
<style>
span { border-color: #2DF221; }
span { border-color: rgb(45,242,33); }
td.TdClassName
{
border-color: #2DF221;
}
.TagClassName
{
border-color: #2DF221;
}
</style>