Shades of Free Speech Green #2DF521
Tints of Free Speech Green #2DF521
RGB
CMYK
RGB Variations
Color information
#2DF521 (or 0x2DF521) is known color: Free Speech Green. HEX triplet: 2D, F5 and 21. RGB value is (45,245,33). Sum of RGB (Red+Green+Blue) = 45+245+33=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 245 (96.09% from 255 or 75.85% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF521 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF521 is #D20ADE. Grayscale: #A1A1A1. Windows color (decimal): -13765343 or 2225453. OLE color: 2225453.
HSL color Cylindrical-coordinate representation of color #2DF521: hue angle of 116.6º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DF521 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 33 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.04 |
| HSL | 116.6º | 0.91% | 0.55% | - |
| HSV(B) | 116.6º | 0.87% | 0.96% | - |
| XYZ | 34.01 | 65.97 | 12.38 | - |
| YUV | 161.03 | 55.74 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 33 | 0.82 | 0 | 0.87 | 0.04 | 116.6 | 0.91 | 0.55 |
| Hex | 2D | F5 | 21 | 52 | 0 | 57 | 4 | 75 | 5B | 37 |
| Octal | 55 | 365 | 41 | 122 | 0 | 127 | 4 | 165 | 133 | 67 |
| Binary | 101101 | 11110101 | 100001 | 1010010 | 0 | 1010111 | 100 | 1110101 | 1011011 | 110111 |
Color Harmonies of #2DF521
Complementary color
Monochromatic Colors of #2DF521
Black with #2DF521
Text Example
Text Example
White with #2DF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF521; }
p { color: rgb(45,245,33); }
H1.HeaderClassName
{
color: #2DF521;
}
.AnyTagClassName
{
color: #2DF521;
}
</style>
background-color css
<style>
a { background-color: #2DF521; }
a { background-color: rgb(45,245,33); }
div.DivClassName
{
background-color: #2DF521;
}
.BgClassName
{
background-color: #2DF521;
}
</style>
border-color css
<style>
span { border-color: #2DF521; }
span { border-color: rgb(45,245,33); }
td.TdClassName
{
border-color: #2DF521;
}
.TagClassName
{
border-color: #2DF521;
}
</style>