Shades of Free Speech Green #2DF31F
Tints of Free Speech Green #2DF31F
RGB
CMYK
RGB Variations
Color information
#2DF31F (or 0x2DF31F) is known color: Free Speech Green. HEX triplet: 2D, F3 and 1F. RGB value is (45,243,31). Sum of RGB (Red+Green+Blue) = 45+243+31=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 243 (95.31% from 255 or 76.18% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF31F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF31F is #D20CE0. Grayscale: #A0A0A0. Windows color (decimal): -13765857 or 2093869. OLE color: 2093869.
HSL color Cylindrical-coordinate representation of color #2DF31F: hue angle of 116.04º 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 #2DF31F is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 31 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.05 |
| HSL | 116.04º | 0.9% | 0.54% | - |
| HSV(B) | 116.04º | 0.87% | 0.95% | - |
| XYZ | 33.38 | 64.76 | 12.04 | - |
| YUV | 159.63 | 55.4 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 31 | 0.81 | 0 | 0.87 | 0.05 | 116.04 | 0.9 | 0.54 |
| Hex | 2D | F3 | 1F | 51 | 0 | 57 | 5 | 74 | 5A | 36 |
| Octal | 55 | 363 | 37 | 121 | 0 | 127 | 5 | 164 | 132 | 66 |
| Binary | 101101 | 11110011 | 11111 | 1010001 | 0 | 1010111 | 101 | 1110100 | 1011010 | 110110 |
Color Harmonies of #2DF31F
Complementary color
Monochromatic Colors of #2DF31F
Black with #2DF31F
Text Example
Text Example
White with #2DF31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF31F; }
p { color: rgb(45,243,31); }
H1.HeaderClassName
{
color: #2DF31F;
}
.AnyTagClassName
{
color: #2DF31F;
}
</style>
background-color css
<style>
a { background-color: #2DF31F; }
a { background-color: rgb(45,243,31); }
div.DivClassName
{
background-color: #2DF31F;
}
.BgClassName
{
background-color: #2DF31F;
}
</style>
border-color css
<style>
span { border-color: #2DF31F; }
span { border-color: rgb(45,243,31); }
td.TdClassName
{
border-color: #2DF31F;
}
.TagClassName
{
border-color: #2DF31F;
}
</style>