Shades of Free Speech Green #2DF320
Tints of Free Speech Green #2DF320
RGB
CMYK
RGB Variations
Color information
#2DF320 (or 0x2DF320) is known color: Free Speech Green. HEX triplet: 2D, F3 and 20. RGB value is (45,243,32). Sum of RGB (Red+Green+Blue) = 45+243+32=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 243 (95.31% from 255 or 75.94% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF320 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF320 is #D20CDF. Grayscale: #A0A0A0. Windows color (decimal): -13765856 or 2159405. OLE color: 2159405.
HSL color Cylindrical-coordinate representation of color #2DF320: hue angle of 116.3º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DF320 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 32 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.05 |
| HSL | 116.3º | 0.9% | 0.54% | - |
| HSV(B) | 116.3º | 0.87% | 0.95% | - |
| XYZ | 33.39 | 64.76 | 12.11 | - |
| YUV | 159.74 | 55.9 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 32 | 0.81 | 0 | 0.87 | 0.05 | 116.3 | 0.9 | 0.54 |
| Hex | 2D | F3 | 20 | 51 | 0 | 57 | 5 | 74 | 5A | 36 |
| Octal | 55 | 363 | 40 | 121 | 0 | 127 | 5 | 164 | 132 | 66 |
| Binary | 101101 | 11110011 | 100000 | 1010001 | 0 | 1010111 | 101 | 1110100 | 1011010 | 110110 |
Color Harmonies of #2DF320
Complementary color
Monochromatic Colors of #2DF320
Black with #2DF320
Text Example
Text Example
White with #2DF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF320; }
p { color: rgb(45,243,32); }
H1.HeaderClassName
{
color: #2DF320;
}
.AnyTagClassName
{
color: #2DF320;
}
</style>
background-color css
<style>
a { background-color: #2DF320; }
a { background-color: rgb(45,243,32); }
div.DivClassName
{
background-color: #2DF320;
}
.BgClassName
{
background-color: #2DF320;
}
</style>
border-color css
<style>
span { border-color: #2DF320; }
span { border-color: rgb(45,243,32); }
td.TdClassName
{
border-color: #2DF320;
}
.TagClassName
{
border-color: #2DF320;
}
</style>