Shades of Free Speech Green #1DF702
Tints of Free Speech Green #1DF702
RGB
CMYK
RGB Variations
Color information
#1DF702 (or 0x1DF702) is known color: Free Speech Green. HEX triplet: 1D, F7 and 02. RGB value is (29,247,2). Sum of RGB (Red+Green+Blue) = 29+247+2=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 247 (96.88% from 255 or 88.85% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF702 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF702 is #E208FD. Grayscale: #9A9A9A. Windows color (decimal): -14813438 or 194333. OLE color: 194333.
HSL color Cylindrical-coordinate representation of color #1DF702: hue angle of 113.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DF702 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.03 |
| HSL | 113.39º | 0.98% | 0.49% | - |
| HSV(B) | 113.39º | 0.99% | 0.97% | - |
| XYZ | 33.78 | 66.79 | 11.17 | - |
| YUV | 153.89 | 42.28 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 2 | 0.88 | 0 | 0.99 | 0.03 | 113.39 | 0.98 | 0.49 |
| Hex | 1D | F7 | 2 | 58 | 0 | 63 | 3 | 71 | 62 | 31 |
| Octal | 35 | 367 | 2 | 130 | 0 | 143 | 3 | 161 | 142 | 61 |
| Binary | 11101 | 11110111 | 10 | 1011000 | 0 | 1100011 | 11 | 1110001 | 1100010 | 110001 |
Color Harmonies of #1DF702
Complementary color
Monochromatic Colors of #1DF702
Black with #1DF702
Text Example
Text Example
White with #1DF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF702; }
p { color: rgb(29,247,2); }
H1.HeaderClassName
{
color: #1DF702;
}
.AnyTagClassName
{
color: #1DF702;
}
</style>
background-color css
<style>
a { background-color: #1DF702; }
a { background-color: rgb(29,247,2); }
div.DivClassName
{
background-color: #1DF702;
}
.BgClassName
{
background-color: #1DF702;
}
</style>
border-color css
<style>
span { border-color: #1DF702; }
span { border-color: rgb(29,247,2); }
td.TdClassName
{
border-color: #1DF702;
}
.TagClassName
{
border-color: #1DF702;
}
</style>