Shades of Free Speech Green #1DF41C
Tints of Free Speech Green #1DF41C
RGB
CMYK
RGB Variations
Color information
#1DF41C (or 0x1DF41C) is known color: Free Speech Green. HEX triplet: 1D, F4 and 1C. RGB value is (29,244,28). Sum of RGB (Red+Green+Blue) = 29+244+28=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 244 (95.70% from 255 or 81.06% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF41C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF41C is #E20BE3. Grayscale: #9B9B9B. Windows color (decimal): -14814180 or 1897501. OLE color: 1897501.
HSL color Cylindrical-coordinate representation of color #1DF41C: hue angle of 119.72º 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 #1DF41C is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 28 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.04 |
| HSL | 119.72º | 0.91% | 0.53% | - |
| HSV(B) | 119.72º | 0.89% | 0.96% | - |
| XYZ | 33.07 | 65.05 | 11.91 | - |
| YUV | 155.09 | 56.27 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 28 | 0.88 | 0 | 0.89 | 0.04 | 119.72 | 0.91 | 0.53 |
| Hex | 1D | F4 | 1C | 58 | 0 | 59 | 4 | 78 | 5B | 35 |
| Octal | 35 | 364 | 34 | 130 | 0 | 131 | 4 | 170 | 133 | 65 |
| Binary | 11101 | 11110100 | 11100 | 1011000 | 0 | 1011001 | 100 | 1111000 | 1011011 | 110101 |
Color Harmonies of #1DF41C
Complementary color
Monochromatic Colors of #1DF41C
Black with #1DF41C
Text Example
Text Example
White with #1DF41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF41C; }
p { color: rgb(29,244,28); }
H1.HeaderClassName
{
color: #1DF41C;
}
.AnyTagClassName
{
color: #1DF41C;
}
</style>
background-color css
<style>
a { background-color: #1DF41C; }
a { background-color: rgb(29,244,28); }
div.DivClassName
{
background-color: #1DF41C;
}
.BgClassName
{
background-color: #1DF41C;
}
</style>
border-color css
<style>
span { border-color: #1DF41C; }
span { border-color: rgb(29,244,28); }
td.TdClassName
{
border-color: #1DF41C;
}
.TagClassName
{
border-color: #1DF41C;
}
</style>