Shades of Free Speech Green #1DF423
Tints of Free Speech Green #1DF423
RGB
CMYK
RGB Variations
Color information
#1DF423 (or 0x1DF423) is known color: Free Speech Green. HEX triplet: 1D, F4 and 23. RGB value is (29,244,35). Sum of RGB (Red+Green+Blue) = 29+244+35=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 244 (95.70% from 255 or 79.22% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF423 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF423 is #E20BDC. Grayscale: #9C9C9C. Windows color (decimal): -14814173 or 2356253. OLE color: 2356253.
HSL color Cylindrical-coordinate representation of color #1DF423: hue angle of 121.67º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF423 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 35 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.04 |
| HSL | 121.67º | 0.91% | 0.54% | - |
| HSV(B) | 121.67º | 0.88% | 0.96% | - |
| XYZ | 33.16 | 65.08 | 12.4 | - |
| YUV | 155.89 | 59.77 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 35 | 0.88 | 0 | 0.86 | 0.04 | 121.67 | 0.91 | 0.54 |
| Hex | 1D | F4 | 23 | 58 | 0 | 56 | 4 | 7A | 5B | 36 |
| Octal | 35 | 364 | 43 | 130 | 0 | 126 | 4 | 172 | 133 | 66 |
| Binary | 11101 | 11110100 | 100011 | 1011000 | 0 | 1010110 | 100 | 1111010 | 1011011 | 110110 |
Color Harmonies of #1DF423
Complementary color
Monochromatic Colors of #1DF423
Black with #1DF423
Text Example
Text Example
White with #1DF423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF423; }
p { color: rgb(29,244,35); }
H1.HeaderClassName
{
color: #1DF423;
}
.AnyTagClassName
{
color: #1DF423;
}
</style>
background-color css
<style>
a { background-color: #1DF423; }
a { background-color: rgb(29,244,35); }
div.DivClassName
{
background-color: #1DF423;
}
.BgClassName
{
background-color: #1DF423;
}
</style>
border-color css
<style>
span { border-color: #1DF423; }
span { border-color: rgb(29,244,35); }
td.TdClassName
{
border-color: #1DF423;
}
.TagClassName
{
border-color: #1DF423;
}
</style>