Shades of Free Speech Green #1DEC01
Tints of Free Speech Green #1DEC01
RGB
CMYK
RGB Variations
Color information
#1DEC01 (or 0x1DEC01) is known color: Free Speech Green. HEX triplet: 1D, EC and 01. RGB value is (29,236,1). Sum of RGB (Red+Green+Blue) = 29+236+1=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 236 (92.58% from 255 or 88.72% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DEC01 is #E213FE. Grayscale: #949494. Windows color (decimal): -14816255 or 125981. OLE color: 125981.
HSL color Cylindrical-coordinate representation of color #1DEC01: hue angle of 112.85º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DEC01 is Cyan = 0.88, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 1 | - |
| CMYK | 0.88 | 0 | 1.00 | 0.07 |
| HSL | 112.85º | 0.99% | 0.46% | - |
| HSV(B) | 112.85º | 1% | 0.93% | - |
| XYZ | 30.51 | 60.25 | 10.05 | - |
| YUV | 147.32 | 45.42 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 1 | 0.88 | 0 | 1.00 | 0.07 | 112.85 | 0.99 | 0.46 |
| Hex | 1D | EC | 1 | 58 | 0 | 64 | 7 | 71 | 63 | 2E |
| Octal | 35 | 354 | 1 | 130 | 0 | 144 | 7 | 161 | 143 | 56 |
| Binary | 11101 | 11101100 | 1 | 1011000 | 0 | 1100100 | 111 | 1110001 | 1100011 | 101110 |
Color Harmonies of #1DEC01
Complementary color
Monochromatic Colors of #1DEC01
Black with #1DEC01
Text Example
Text Example
White with #1DEC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC01; }
p { color: rgb(29,236,1); }
H1.HeaderClassName
{
color: #1DEC01;
}
.AnyTagClassName
{
color: #1DEC01;
}
</style>
background-color css
<style>
a { background-color: #1DEC01; }
a { background-color: rgb(29,236,1); }
div.DivClassName
{
background-color: #1DEC01;
}
.BgClassName
{
background-color: #1DEC01;
}
</style>
border-color css
<style>
span { border-color: #1DEC01; }
span { border-color: rgb(29,236,1); }
td.TdClassName
{
border-color: #1DEC01;
}
.TagClassName
{
border-color: #1DEC01;
}
</style>