Shades of Free Speech Green #1DEC23
Tints of Free Speech Green #1DEC23
RGB
CMYK
RGB Variations
Color information
#1DEC23 (or 0x1DEC23) is known color: Free Speech Green. HEX triplet: 1D, EC and 23. RGB value is (29,236,35). Sum of RGB (Red+Green+Blue) = 29+236+35=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 236 (92.58% from 255 or 78.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEC23 is #E213DC. Grayscale: #979797. Windows color (decimal): -14816221 or 2354205. OLE color: 2354205.
HSL color Cylindrical-coordinate representation of color #1DEC23: hue angle of 121.74º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEC23 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 35 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.07 |
| HSL | 121.74º | 0.84% | 0.52% | - |
| HSV(B) | 121.74º | 0.88% | 0.93% | - |
| XYZ | 30.81 | 60.37 | 11.62 | - |
| YUV | 151.19 | 62.42 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 35 | 0.88 | 0 | 0.85 | 0.07 | 121.74 | 0.84 | 0.52 |
| Hex | 1D | EC | 23 | 58 | 0 | 55 | 7 | 7A | 54 | 34 |
| Octal | 35 | 354 | 43 | 130 | 0 | 125 | 7 | 172 | 124 | 64 |
| Binary | 11101 | 11101100 | 100011 | 1011000 | 0 | 1010101 | 111 | 1111010 | 1010100 | 110100 |
Color Harmonies of #1DEC23
Complementary color
Monochromatic Colors of #1DEC23
Black with #1DEC23
Text Example
Text Example
White with #1DEC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC23; }
p { color: rgb(29,236,35); }
H1.HeaderClassName
{
color: #1DEC23;
}
.AnyTagClassName
{
color: #1DEC23;
}
</style>
background-color css
<style>
a { background-color: #1DEC23; }
a { background-color: rgb(29,236,35); }
div.DivClassName
{
background-color: #1DEC23;
}
.BgClassName
{
background-color: #1DEC23;
}
</style>
border-color css
<style>
span { border-color: #1DEC23; }
span { border-color: rgb(29,236,35); }
td.TdClassName
{
border-color: #1DEC23;
}
.TagClassName
{
border-color: #1DEC23;
}
</style>