Shades of Free Speech Green #1DF82D
Tints of Free Speech Green #1DF82D
RGB
CMYK
RGB Variations
Color information
#1DF82D (or 0x1DF82D) is known color: Free Speech Green. HEX triplet: 1D, F8 and 2D. RGB value is (29,248,45). Sum of RGB (Red+Green+Blue) = 29+248+45=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 248 (97.27% from 255 or 77.02% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF82D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF82D is #E207D2. Grayscale: #9F9F9F. Windows color (decimal): -14813139 or 3012637. OLE color: 3012637.
HSL color Cylindrical-coordinate representation of color #1DF82D: hue angle of 124.38º degrees, saturation: 0.94, 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 #1DF82D is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 248 | 45 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.03 |
| HSL | 124.38º | 0.94% | 0.54% | - |
| HSV(B) | 124.38º | 0.88% | 0.97% | - |
| XYZ | 34.55 | 67.59 | 13.71 | - |
| YUV | 159.38 | 63.45 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 248 | 45 | 0.88 | 0 | 0.82 | 0.03 | 124.38 | 0.94 | 0.54 |
| Hex | 1D | F8 | 2D | 58 | 0 | 52 | 3 | 7C | 5E | 36 |
| Octal | 35 | 370 | 55 | 130 | 0 | 122 | 3 | 174 | 136 | 66 |
| Binary | 11101 | 11111000 | 101101 | 1011000 | 0 | 1010010 | 11 | 1111100 | 1011110 | 110110 |
Color Harmonies of #1DF82D
Complementary color
Monochromatic Colors of #1DF82D
Black with #1DF82D
Text Example
Text Example
White with #1DF82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF82D; }
p { color: rgb(29,248,45); }
H1.HeaderClassName
{
color: #1DF82D;
}
.AnyTagClassName
{
color: #1DF82D;
}
</style>
background-color css
<style>
a { background-color: #1DF82D; }
a { background-color: rgb(29,248,45); }
div.DivClassName
{
background-color: #1DF82D;
}
.BgClassName
{
background-color: #1DF82D;
}
</style>
border-color css
<style>
span { border-color: #1DF82D; }
span { border-color: rgb(29,248,45); }
td.TdClassName
{
border-color: #1DF82D;
}
.TagClassName
{
border-color: #1DF82D;
}
</style>