Shades of Free Speech Green #1DF304
Tints of Free Speech Green #1DF304
RGB
CMYK
RGB Variations
Color information
#1DF304 (or 0x1DF304) is known color: Free Speech Green. HEX triplet: 1D, F3 and 04. RGB value is (29,243,4). Sum of RGB (Red+Green+Blue) = 29+243+4=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 243 (95.31% from 255 or 88.04% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF304 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF304 is #E20CFB. Grayscale: #989898. Windows color (decimal): -14814460 or 324381. OLE color: 324381.
HSL color Cylindrical-coordinate representation of color #1DF304: hue angle of 113.72º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DF304 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 4 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.05 |
| HSL | 113.72º | 0.97% | 0.48% | - |
| HSV(B) | 113.72º | 0.98% | 0.95% | - |
| XYZ | 32.58 | 64.37 | 10.82 | - |
| YUV | 151.77 | 44.6 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 4 | 0.88 | 0 | 0.98 | 0.05 | 113.72 | 0.97 | 0.48 |
| Hex | 1D | F3 | 4 | 58 | 0 | 62 | 5 | 72 | 61 | 30 |
| Octal | 35 | 363 | 4 | 130 | 0 | 142 | 5 | 162 | 141 | 60 |
| Binary | 11101 | 11110011 | 100 | 1011000 | 0 | 1100010 | 101 | 1110010 | 1100001 | 110000 |
Color Harmonies of #1DF304
Complementary color
Monochromatic Colors of #1DF304
Black with #1DF304
Text Example
Text Example
White with #1DF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF304; }
p { color: rgb(29,243,4); }
H1.HeaderClassName
{
color: #1DF304;
}
.AnyTagClassName
{
color: #1DF304;
}
</style>
background-color css
<style>
a { background-color: #1DF304; }
a { background-color: rgb(29,243,4); }
div.DivClassName
{
background-color: #1DF304;
}
.BgClassName
{
background-color: #1DF304;
}
</style>
border-color css
<style>
span { border-color: #1DF304; }
span { border-color: rgb(29,243,4); }
td.TdClassName
{
border-color: #1DF304;
}
.TagClassName
{
border-color: #1DF304;
}
</style>