Shades of Free Speech Green #2DF720
Tints of Free Speech Green #2DF720
RGB
CMYK
RGB Variations
Color information
#2DF720 (or 0x2DF720) is known color: Free Speech Green. HEX triplet: 2D, F7 and 20. RGB value is (45,247,32). Sum of RGB (Red+Green+Blue) = 45+247+32=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 247 (96.88% from 255 or 76.23% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF720 is #D208DF. Grayscale: #A2A2A2. Windows color (decimal): -13764832 or 2160429. OLE color: 2160429.
HSL color Cylindrical-coordinate representation of color #2DF720: hue angle of 116.37º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DF720 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 32 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.03 |
| HSL | 116.37º | 0.93% | 0.55% | - |
| HSV(B) | 116.37º | 0.87% | 0.97% | - |
| XYZ | 34.6 | 67.18 | 12.51 | - |
| YUV | 162.09 | 54.58 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 32 | 0.82 | 0 | 0.87 | 0.03 | 116.37 | 0.93 | 0.55 |
| Hex | 2D | F7 | 20 | 52 | 0 | 57 | 3 | 74 | 5D | 37 |
| Octal | 55 | 367 | 40 | 122 | 0 | 127 | 3 | 164 | 135 | 67 |
| Binary | 101101 | 11110111 | 100000 | 1010010 | 0 | 1010111 | 11 | 1110100 | 1011101 | 110111 |
Color Harmonies of #2DF720
Complementary color
Monochromatic Colors of #2DF720
Black with #2DF720
Text Example
Text Example
White with #2DF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF720; }
p { color: rgb(45,247,32); }
H1.HeaderClassName
{
color: #2DF720;
}
.AnyTagClassName
{
color: #2DF720;
}
</style>
background-color css
<style>
a { background-color: #2DF720; }
a { background-color: rgb(45,247,32); }
div.DivClassName
{
background-color: #2DF720;
}
.BgClassName
{
background-color: #2DF720;
}
</style>
border-color css
<style>
span { border-color: #2DF720; }
span { border-color: rgb(45,247,32); }
td.TdClassName
{
border-color: #2DF720;
}
.TagClassName
{
border-color: #2DF720;
}
</style>