Shades of Free Speech Green #1DF101
Tints of Free Speech Green #1DF101
RGB
CMYK
RGB Variations
Color information
#1DF101 (or 0x1DF101) is known color: Free Speech Green. HEX triplet: 1D, F1 and 01. RGB value is (29,241,1). Sum of RGB (Red+Green+Blue) = 29+241+1=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 241 (94.53% from 255 or 88.93% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF101 is #E20EFE. Grayscale: #979797. Windows color (decimal): -14814975 or 127261. OLE color: 127261.
HSL color Cylindrical-coordinate representation of color #1DF101: hue angle of 113º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DF101 is Cyan = 0.88, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 1 | - |
| CMYK | 0.88 | 0 | 1.00 | 0.05 |
| HSL | 113º | 0.99% | 0.47% | - |
| HSV(B) | 113º | 1% | 0.95% | - |
| XYZ | 31.97 | 63.17 | 10.54 | - |
| YUV | 150.25 | 43.76 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 1 | 0.88 | 0 | 1.00 | 0.05 | 113 | 0.99 | 0.47 |
| Hex | 1D | F1 | 1 | 58 | 0 | 64 | 5 | 71 | 63 | 2F |
| Octal | 35 | 361 | 1 | 130 | 0 | 144 | 5 | 161 | 143 | 57 |
| Binary | 11101 | 11110001 | 1 | 1011000 | 0 | 1100100 | 101 | 1110001 | 1100011 | 101111 |
Color Harmonies of #1DF101
Complementary color
Monochromatic Colors of #1DF101
Black with #1DF101
Text Example
Text Example
White with #1DF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF101; }
p { color: rgb(29,241,1); }
H1.HeaderClassName
{
color: #1DF101;
}
.AnyTagClassName
{
color: #1DF101;
}
</style>
background-color css
<style>
a { background-color: #1DF101; }
a { background-color: rgb(29,241,1); }
div.DivClassName
{
background-color: #1DF101;
}
.BgClassName
{
background-color: #1DF101;
}
</style>
border-color css
<style>
span { border-color: #1DF101; }
span { border-color: rgb(29,241,1); }
td.TdClassName
{
border-color: #1DF101;
}
.TagClassName
{
border-color: #1DF101;
}
</style>