Shades of Free Speech Green #2DF01E
Tints of Free Speech Green #2DF01E
RGB
CMYK
RGB Variations
Color information
#2DF01E (or 0x2DF01E) is known color: Free Speech Green. HEX triplet: 2D, F0 and 1E. RGB value is (45,240,30). Sum of RGB (Red+Green+Blue) = 45+240+30=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 240 (94.14% from 255 or 76.19% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF01E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF01E is #D20FE1. Grayscale: #9E9E9E. Windows color (decimal): -13766626 or 2027565. OLE color: 2027565.
HSL color Cylindrical-coordinate representation of color #2DF01E: hue angle of 115.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DF01E is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 30 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.06 |
| HSL | 115.71º | 0.88% | 0.53% | - |
| HSV(B) | 115.71º | 0.88% | 0.94% | - |
| XYZ | 32.48 | 62.97 | 11.67 | - |
| YUV | 157.76 | 55.9 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 30 | 0.81 | 0 | 0.87 | 0.06 | 115.71 | 0.88 | 0.53 |
| Hex | 2D | F0 | 1E | 51 | 0 | 57 | 6 | 74 | 58 | 35 |
| Octal | 55 | 360 | 36 | 121 | 0 | 127 | 6 | 164 | 130 | 65 |
| Binary | 101101 | 11110000 | 11110 | 1010001 | 0 | 1010111 | 110 | 1110100 | 1011000 | 110101 |
Color Harmonies of #2DF01E
Complementary color
Monochromatic Colors of #2DF01E
Black with #2DF01E
Text Example
Text Example
White with #2DF01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF01E; }
p { color: rgb(45,240,30); }
H1.HeaderClassName
{
color: #2DF01E;
}
.AnyTagClassName
{
color: #2DF01E;
}
</style>
background-color css
<style>
a { background-color: #2DF01E; }
a { background-color: rgb(45,240,30); }
div.DivClassName
{
background-color: #2DF01E;
}
.BgClassName
{
background-color: #2DF01E;
}
</style>
border-color css
<style>
span { border-color: #2DF01E; }
span { border-color: rgb(45,240,30); }
td.TdClassName
{
border-color: #2DF01E;
}
.TagClassName
{
border-color: #2DF01E;
}
</style>