Shades of Free Speech Green #2DF61F
Tints of Free Speech Green #2DF61F
RGB
CMYK
RGB Variations
Color information
#2DF61F (or 0x2DF61F) is known color: Free Speech Green. HEX triplet: 2D, F6 and 1F. RGB value is (45,246,31). Sum of RGB (Red+Green+Blue) = 45+246+31=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 246 (96.48% from 255 or 76.40% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF61F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF61F is #D209E0. Grayscale: #A2A2A2. Windows color (decimal): -13765089 or 2094637. OLE color: 2094637.
HSL color Cylindrical-coordinate representation of color #2DF61F: hue angle of 116.09º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DF61F is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 31 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.04 |
| HSL | 116.09º | 0.92% | 0.54% | - |
| HSV(B) | 116.09º | 0.87% | 0.96% | - |
| XYZ | 34.29 | 66.57 | 12.34 | - |
| YUV | 161.39 | 54.41 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 31 | 0.82 | 0 | 0.87 | 0.04 | 116.09 | 0.92 | 0.54 |
| Hex | 2D | F6 | 1F | 52 | 0 | 57 | 4 | 74 | 5C | 36 |
| Octal | 55 | 366 | 37 | 122 | 0 | 127 | 4 | 164 | 134 | 66 |
| Binary | 101101 | 11110110 | 11111 | 1010010 | 0 | 1010111 | 100 | 1110100 | 1011100 | 110110 |
Color Harmonies of #2DF61F
Complementary color
Monochromatic Colors of #2DF61F
Black with #2DF61F
Text Example
Text Example
White with #2DF61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF61F; }
p { color: rgb(45,246,31); }
H1.HeaderClassName
{
color: #2DF61F;
}
.AnyTagClassName
{
color: #2DF61F;
}
</style>
background-color css
<style>
a { background-color: #2DF61F; }
a { background-color: rgb(45,246,31); }
div.DivClassName
{
background-color: #2DF61F;
}
.BgClassName
{
background-color: #2DF61F;
}
</style>
border-color css
<style>
span { border-color: #2DF61F; }
span { border-color: rgb(45,246,31); }
td.TdClassName
{
border-color: #2DF61F;
}
.TagClassName
{
border-color: #2DF61F;
}
</style>