Shades of Free Speech Green #1DF72B
Tints of Free Speech Green #1DF72B
RGB
CMYK
RGB Variations
Color information
#1DF72B (or 0x1DF72B) is known color: Free Speech Green. HEX triplet: 1D, F7 and 2B. RGB value is (29,247,43). Sum of RGB (Red+Green+Blue) = 29+247+43=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 247 (96.88% from 255 or 77.43% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF72B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF72B is #E208D4. Grayscale: #9F9F9F. Windows color (decimal): -14813397 or 2881309. OLE color: 2881309.
HSL color Cylindrical-coordinate representation of color #1DF72B: hue angle of 123.85º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF72B is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 43 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.03 |
| HSL | 123.85º | 0.93% | 0.54% | - |
| HSV(B) | 123.85º | 0.88% | 0.97% | - |
| XYZ | 34.2 | 66.96 | 13.41 | - |
| YUV | 158.56 | 62.78 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 43 | 0.88 | 0 | 0.83 | 0.03 | 123.85 | 0.93 | 0.54 |
| Hex | 1D | F7 | 2B | 58 | 0 | 53 | 3 | 7C | 5D | 36 |
| Octal | 35 | 367 | 53 | 130 | 0 | 123 | 3 | 174 | 135 | 66 |
| Binary | 11101 | 11110111 | 101011 | 1011000 | 0 | 1010011 | 11 | 1111100 | 1011101 | 110110 |
Color Harmonies of #1DF72B
Complementary color
Monochromatic Colors of #1DF72B
Black with #1DF72B
Text Example
Text Example
White with #1DF72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF72B; }
p { color: rgb(29,247,43); }
H1.HeaderClassName
{
color: #1DF72B;
}
.AnyTagClassName
{
color: #1DF72B;
}
</style>
background-color css
<style>
a { background-color: #1DF72B; }
a { background-color: rgb(29,247,43); }
div.DivClassName
{
background-color: #1DF72B;
}
.BgClassName
{
background-color: #1DF72B;
}
</style>
border-color css
<style>
span { border-color: #1DF72B; }
span { border-color: rgb(29,247,43); }
td.TdClassName
{
border-color: #1DF72B;
}
.TagClassName
{
border-color: #1DF72B;
}
</style>