Shades of Free Speech Green #2DF920
Tints of Free Speech Green #2DF920
RGB
CMYK
RGB Variations
Color information
#2DF920 (or 0x2DF920) is known color: Free Speech Green. HEX triplet: 2D, F9 and 20. RGB value is (45,249,32). Sum of RGB (Red+Green+Blue) = 45+249+32=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 249 (97.66% from 255 or 76.38% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF920 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF920 is #D206DF. Grayscale: #A3A3A3. Windows color (decimal): -13764320 or 2160941. OLE color: 2160941.
HSL color Cylindrical-coordinate representation of color #2DF920: hue angle of 116.41º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DF920 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 32 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.02 |
| HSL | 116.41º | 0.95% | 0.55% | - |
| HSV(B) | 116.41º | 0.87% | 0.98% | - |
| XYZ | 35.22 | 68.41 | 12.72 | - |
| YUV | 163.27 | 53.91 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 32 | 0.82 | 0 | 0.87 | 0.02 | 116.41 | 0.95 | 0.55 |
| Hex | 2D | F9 | 20 | 52 | 0 | 57 | 2 | 74 | 5F | 37 |
| Octal | 55 | 371 | 40 | 122 | 0 | 127 | 2 | 164 | 137 | 67 |
| Binary | 101101 | 11111001 | 100000 | 1010010 | 0 | 1010111 | 10 | 1110100 | 1011111 | 110111 |
Color Harmonies of #2DF920
Complementary color
Monochromatic Colors of #2DF920
Black with #2DF920
Text Example
Text Example
White with #2DF920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF920; }
p { color: rgb(45,249,32); }
H1.HeaderClassName
{
color: #2DF920;
}
.AnyTagClassName
{
color: #2DF920;
}
</style>
background-color css
<style>
a { background-color: #2DF920; }
a { background-color: rgb(45,249,32); }
div.DivClassName
{
background-color: #2DF920;
}
.BgClassName
{
background-color: #2DF920;
}
</style>
border-color css
<style>
span { border-color: #2DF920; }
span { border-color: rgb(45,249,32); }
td.TdClassName
{
border-color: #2DF920;
}
.TagClassName
{
border-color: #2DF920;
}
</style>