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