Shades of Free Speech Green #1DCE04
Tints of Free Speech Green #1DCE04
RGB
CMYK
RGB Variations
Color information
#1DCE04 (or 0x1DCE04) is known color: Free Speech Green. HEX triplet: 1D, CE and 04. RGB value is (29,206,4). Sum of RGB (Red+Green+Blue) = 29+206+4=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 206 (80.86% from 255 or 86.19% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCE04 is #E231FB. Grayscale: #828282. Windows color (decimal): -14823932 or 314909. OLE color: 314909.
HSL color Cylindrical-coordinate representation of color #1DCE04: hue angle of 112.57º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DCE04 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 4 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.19 |
| HSL | 112.57º | 0.96% | 0.41% | - |
| HSV(B) | 112.57º | 0.98% | 0.81% | - |
| XYZ | 22.6 | 44.41 | 7.5 | - |
| YUV | 130.05 | 56.86 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 4 | 0.86 | 0 | 0.98 | 0.19 | 112.57 | 0.96 | 0.41 |
| Hex | 1D | CE | 4 | 56 | 0 | 62 | 13 | 71 | 60 | 29 |
| Octal | 35 | 316 | 4 | 126 | 0 | 142 | 23 | 161 | 140 | 51 |
| Binary | 11101 | 11001110 | 100 | 1010110 | 0 | 1100010 | 10011 | 1110001 | 1100000 | 101001 |
Color Harmonies of #1DCE04
Complementary color
Monochromatic Colors of #1DCE04
Black with #1DCE04
Text Example
Text Example
White with #1DCE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE04; }
p { color: rgb(29,206,4); }
H1.HeaderClassName
{
color: #1DCE04;
}
.AnyTagClassName
{
color: #1DCE04;
}
</style>
background-color css
<style>
a { background-color: #1DCE04; }
a { background-color: rgb(29,206,4); }
div.DivClassName
{
background-color: #1DCE04;
}
.BgClassName
{
background-color: #1DCE04;
}
</style>
border-color css
<style>
span { border-color: #1DCE04; }
span { border-color: rgb(29,206,4); }
td.TdClassName
{
border-color: #1DCE04;
}
.TagClassName
{
border-color: #1DCE04;
}
</style>