Shades of Free Speech Green #1DFE3A
Tints of Free Speech Green #1DFE3A
RGB
CMYK
RGB Variations
Color information
#1DFE3A (or 0x1DFE3A) is known color: Free Speech Green. HEX triplet: 1D, FE and 3A. RGB value is (29,254,58). Sum of RGB (Red+Green+Blue) = 29+254+58=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 254 (99.61% from 255 or 74.49% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFE3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFE3A is #E201C5. Grayscale: #A4A4A4. Windows color (decimal): -14811590 or 3866141. OLE color: 3866141.
HSL color Cylindrical-coordinate representation of color #1DFE3A: hue angle of 127.73º 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 #1DFE3A is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 58 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.00 |
| HSL | 127.73º | 0.99% | 0.55% | - |
| HSV(B) | 127.73º | 0.89% | 1% | - |
| XYZ | 36.71 | 71.45 | 15.86 | - |
| YUV | 164.38 | 67.96 | 31.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 58 | 0.89 | 0 | 0.77 | 0.00 | 127.73 | 0.99 | 0.55 |
| Hex | 1D | FE | 3A | 59 | 0 | 4D | 0 | 80 | 63 | 37 |
| Octal | 35 | 376 | 72 | 131 | 0 | 115 | 0 | 200 | 143 | 67 |
| Binary | 11101 | 11111110 | 111010 | 1011001 | 0 | 1001101 | 0 | 10000000 | 1100011 | 110111 |
Color Harmonies of #1DFE3A
Complementary color
Monochromatic Colors of #1DFE3A
Black with #1DFE3A
Text Example
Text Example
White with #1DFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFE3A; }
p { color: rgb(29,254,58); }
H1.HeaderClassName
{
color: #1DFE3A;
}
.AnyTagClassName
{
color: #1DFE3A;
}
</style>
background-color css
<style>
a { background-color: #1DFE3A; }
a { background-color: rgb(29,254,58); }
div.DivClassName
{
background-color: #1DFE3A;
}
.BgClassName
{
background-color: #1DFE3A;
}
</style>
border-color css
<style>
span { border-color: #1DFE3A; }
span { border-color: rgb(29,254,58); }
td.TdClassName
{
border-color: #1DFE3A;
}
.TagClassName
{
border-color: #1DFE3A;
}
</style>