Shades of Free Speech Green #1DF904
Tints of Free Speech Green #1DF904
RGB
CMYK
RGB Variations
Color information
#1DF904 (or 0x1DF904) is known color: Free Speech Green. HEX triplet: 1D, F9 and 04. RGB value is (29,249,4). Sum of RGB (Red+Green+Blue) = 29+249+4=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 249 (97.66% from 255 or 88.30% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF904 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF904 is #E206FB. Grayscale: #9C9C9C. Windows color (decimal): -14812924 or 325917. OLE color: 325917.
HSL color Cylindrical-coordinate representation of color #1DF904: hue angle of 113.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DF904 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 4 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.02 |
| HSL | 113.88º | 0.97% | 0.5% | - |
| HSV(B) | 113.88º | 0.98% | 0.98% | - |
| XYZ | 34.4 | 68.02 | 11.43 | - |
| YUV | 155.29 | 42.61 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 4 | 0.88 | 0 | 0.98 | 0.02 | 113.88 | 0.97 | 0.5 |
| Hex | 1D | F9 | 4 | 58 | 0 | 62 | 2 | 72 | 61 | 32 |
| Octal | 35 | 371 | 4 | 130 | 0 | 142 | 2 | 162 | 141 | 62 |
| Binary | 11101 | 11111001 | 100 | 1011000 | 0 | 1100010 | 10 | 1110010 | 1100001 | 110010 |
Color Harmonies of #1DF904
Complementary color
Monochromatic Colors of #1DF904
Black with #1DF904
Text Example
Text Example
White with #1DF904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF904; }
p { color: rgb(29,249,4); }
H1.HeaderClassName
{
color: #1DF904;
}
.AnyTagClassName
{
color: #1DF904;
}
</style>
background-color css
<style>
a { background-color: #1DF904; }
a { background-color: rgb(29,249,4); }
div.DivClassName
{
background-color: #1DF904;
}
.BgClassName
{
background-color: #1DF904;
}
</style>
border-color css
<style>
span { border-color: #1DF904; }
span { border-color: rgb(29,249,4); }
td.TdClassName
{
border-color: #1DF904;
}
.TagClassName
{
border-color: #1DF904;
}
</style>