Shades of Free Speech Green #1DFE2E
Tints of Free Speech Green #1DFE2E
RGB
CMYK
RGB Variations
Color information
#1DFE2E (or 0x1DFE2E) is known color: Free Speech Green. HEX triplet: 1D, FE and 2E. RGB value is (29,254,46). Sum of RGB (Red+Green+Blue) = 29+254+46=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 254 (99.61% from 255 or 77.20% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFE2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFE2E is #E201D1. Grayscale: #A3A3A3. Windows color (decimal): -14811602 or 3079709. OLE color: 3079709.
HSL color Cylindrical-coordinate representation of color #1DFE2E: hue angle of 124.53º 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 #1DFE2E is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 46 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.00 |
| HSL | 124.53º | 0.99% | 0.55% | - |
| HSV(B) | 124.53º | 0.89% | 1% | - |
| XYZ | 36.44 | 71.34 | 14.43 | - |
| YUV | 163.01 | 61.96 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 46 | 0.89 | 0 | 0.82 | 0.00 | 124.53 | 0.99 | 0.55 |
| Hex | 1D | FE | 2E | 59 | 0 | 52 | 0 | 7D | 63 | 37 |
| Octal | 35 | 376 | 56 | 131 | 0 | 122 | 0 | 175 | 143 | 67 |
| Binary | 11101 | 11111110 | 101110 | 1011001 | 0 | 1010010 | 0 | 1111101 | 1100011 | 110111 |
Color Harmonies of #1DFE2E
Complementary color
Monochromatic Colors of #1DFE2E
Black with #1DFE2E
Text Example
Text Example
White with #1DFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFE2E; }
p { color: rgb(29,254,46); }
H1.HeaderClassName
{
color: #1DFE2E;
}
.AnyTagClassName
{
color: #1DFE2E;
}
</style>
background-color css
<style>
a { background-color: #1DFE2E; }
a { background-color: rgb(29,254,46); }
div.DivClassName
{
background-color: #1DFE2E;
}
.BgClassName
{
background-color: #1DFE2E;
}
</style>
border-color css
<style>
span { border-color: #1DFE2E; }
span { border-color: rgb(29,254,46); }
td.TdClassName
{
border-color: #1DFE2E;
}
.TagClassName
{
border-color: #1DFE2E;
}
</style>