Shades of Free Speech Green #1DF102
Tints of Free Speech Green #1DF102
RGB
CMYK
RGB Variations
Color information
#1DF102 (or 0x1DF102) is known color: Free Speech Green. HEX triplet: 1D, F1 and 02. RGB value is (29,241,2). Sum of RGB (Red+Green+Blue) = 29+241+2=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 241 (94.53% from 255 or 88.60% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF102 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF102 is #E20EFD. Grayscale: #979797. Windows color (decimal): -14814974 or 192797. OLE color: 192797.
HSL color Cylindrical-coordinate representation of color #1DF102: hue angle of 113.22º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DF102 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.05 |
| HSL | 113.22º | 0.98% | 0.48% | - |
| HSV(B) | 113.22º | 0.99% | 0.95% | - |
| XYZ | 31.97 | 63.18 | 10.57 | - |
| YUV | 150.37 | 44.26 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 2 | 0.88 | 0 | 0.99 | 0.05 | 113.22 | 0.98 | 0.48 |
| Hex | 1D | F1 | 2 | 58 | 0 | 63 | 5 | 71 | 62 | 30 |
| Octal | 35 | 361 | 2 | 130 | 0 | 143 | 5 | 161 | 142 | 60 |
| Binary | 11101 | 11110001 | 10 | 1011000 | 0 | 1100011 | 101 | 1110001 | 1100010 | 110000 |
Color Harmonies of #1DF102
Complementary color
Monochromatic Colors of #1DF102
Black with #1DF102
Text Example
Text Example
White with #1DF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF102; }
p { color: rgb(29,241,2); }
H1.HeaderClassName
{
color: #1DF102;
}
.AnyTagClassName
{
color: #1DF102;
}
</style>
background-color css
<style>
a { background-color: #1DF102; }
a { background-color: rgb(29,241,2); }
div.DivClassName
{
background-color: #1DF102;
}
.BgClassName
{
background-color: #1DF102;
}
</style>
border-color css
<style>
span { border-color: #1DF102; }
span { border-color: rgb(29,241,2); }
td.TdClassName
{
border-color: #1DF102;
}
.TagClassName
{
border-color: #1DF102;
}
</style>