Shades of Free Speech Green #1DF41A
Tints of Free Speech Green #1DF41A
RGB
CMYK
RGB Variations
Color information
#1DF41A (or 0x1DF41A) is known color: Free Speech Green. HEX triplet: 1D, F4 and 1A. RGB value is (29,244,26). Sum of RGB (Red+Green+Blue) = 29+244+26=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 244 (95.70% from 255 or 81.61% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF41A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF41A is #E20BE5. Grayscale: #9B9B9B. Windows color (decimal): -14814182 or 1766429. OLE color: 1766429.
HSL color Cylindrical-coordinate representation of color #1DF41A: hue angle of 119.17º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DF41A is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 26 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.04 |
| HSL | 119.17º | 0.91% | 0.53% | - |
| HSV(B) | 119.17º | 0.89% | 0.96% | - |
| XYZ | 33.04 | 65.04 | 11.79 | - |
| YUV | 154.86 | 55.27 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 26 | 0.88 | 0 | 0.89 | 0.04 | 119.17 | 0.91 | 0.53 |
| Hex | 1D | F4 | 1A | 58 | 0 | 59 | 4 | 77 | 5B | 35 |
| Octal | 35 | 364 | 32 | 130 | 0 | 131 | 4 | 167 | 133 | 65 |
| Binary | 11101 | 11110100 | 11010 | 1011000 | 0 | 1011001 | 100 | 1110111 | 1011011 | 110101 |
Color Harmonies of #1DF41A
Complementary color
Monochromatic Colors of #1DF41A
Black with #1DF41A
Text Example
Text Example
White with #1DF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF41A; }
p { color: rgb(29,244,26); }
H1.HeaderClassName
{
color: #1DF41A;
}
.AnyTagClassName
{
color: #1DF41A;
}
</style>
background-color css
<style>
a { background-color: #1DF41A; }
a { background-color: rgb(29,244,26); }
div.DivClassName
{
background-color: #1DF41A;
}
.BgClassName
{
background-color: #1DF41A;
}
</style>
border-color css
<style>
span { border-color: #1DF41A; }
span { border-color: rgb(29,244,26); }
td.TdClassName
{
border-color: #1DF41A;
}
.TagClassName
{
border-color: #1DF41A;
}
</style>