Shades of Free Speech Green #1DFE2F
Tints of Free Speech Green #1DFE2F
RGB
CMYK
RGB Variations
Color information
#1DFE2F (or 0x1DFE2F) is known color: Free Speech Green. HEX triplet: 1D, FE and 2F. RGB value is (29,254,47). Sum of RGB (Red+Green+Blue) = 29+254+47=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 254 (99.61% from 255 or 76.97% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFE2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFE2F is #E201D0. Grayscale: #A3A3A3. Windows color (decimal): -14811601 or 3145245. OLE color: 3145245.
HSL color Cylindrical-coordinate representation of color #1DFE2F: hue angle of 124.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFE2F is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 47 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.00 |
| HSL | 124.8º | 0.99% | 0.55% | - |
| HSV(B) | 124.8º | 0.89% | 1% | - |
| XYZ | 36.46 | 71.35 | 14.54 | - |
| YUV | 163.13 | 62.46 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 47 | 0.89 | 0 | 0.81 | 0.00 | 124.8 | 0.99 | 0.55 |
| Hex | 1D | FE | 2F | 59 | 0 | 51 | 0 | 7D | 63 | 37 |
| Octal | 35 | 376 | 57 | 131 | 0 | 121 | 0 | 175 | 143 | 67 |
| Binary | 11101 | 11111110 | 101111 | 1011001 | 0 | 1010001 | 0 | 1111101 | 1100011 | 110111 |
Color Harmonies of #1DFE2F
Complementary color
Monochromatic Colors of #1DFE2F
Black with #1DFE2F
Text Example
Text Example
White with #1DFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFE2F; }
p { color: rgb(29,254,47); }
H1.HeaderClassName
{
color: #1DFE2F;
}
.AnyTagClassName
{
color: #1DFE2F;
}
</style>
background-color css
<style>
a { background-color: #1DFE2F; }
a { background-color: rgb(29,254,47); }
div.DivClassName
{
background-color: #1DFE2F;
}
.BgClassName
{
background-color: #1DFE2F;
}
</style>
border-color css
<style>
span { border-color: #1DFE2F; }
span { border-color: rgb(29,254,47); }
td.TdClassName
{
border-color: #1DFE2F;
}
.TagClassName
{
border-color: #1DFE2F;
}
</style>