Shades of Free Speech Green #1DF316
Tints of Free Speech Green #1DF316
RGB
CMYK
RGB Variations
Color information
#1DF316 (or 0x1DF316) is known color: Free Speech Green. HEX triplet: 1D, F3 and 16. RGB value is (29,243,22). Sum of RGB (Red+Green+Blue) = 29+243+22=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 243 (95.31% from 255 or 82.65% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF316 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF316 is #E20CE9. Grayscale: #9A9A9A. Windows color (decimal): -14814442 or 1504029. OLE color: 1504029.
HSL color Cylindrical-coordinate representation of color #1DF316: hue angle of 118.1º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DF316 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 22 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.05 |
| HSL | 118.1º | 0.9% | 0.52% | - |
| HSV(B) | 118.1º | 0.91% | 0.95% | - |
| XYZ | 32.7 | 64.42 | 11.47 | - |
| YUV | 153.82 | 53.6 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 22 | 0.88 | 0 | 0.91 | 0.05 | 118.1 | 0.9 | 0.52 |
| Hex | 1D | F3 | 16 | 58 | 0 | 5B | 5 | 76 | 5A | 34 |
| Octal | 35 | 363 | 26 | 130 | 0 | 133 | 5 | 166 | 132 | 64 |
| Binary | 11101 | 11110011 | 10110 | 1011000 | 0 | 1011011 | 101 | 1110110 | 1011010 | 110100 |
Color Harmonies of #1DF316
Complementary color
Monochromatic Colors of #1DF316
Black with #1DF316
Text Example
Text Example
White with #1DF316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF316; }
p { color: rgb(29,243,22); }
H1.HeaderClassName
{
color: #1DF316;
}
.AnyTagClassName
{
color: #1DF316;
}
</style>
background-color css
<style>
a { background-color: #1DF316; }
a { background-color: rgb(29,243,22); }
div.DivClassName
{
background-color: #1DF316;
}
.BgClassName
{
background-color: #1DF316;
}
</style>
border-color css
<style>
span { border-color: #1DF316; }
span { border-color: rgb(29,243,22); }
td.TdClassName
{
border-color: #1DF316;
}
.TagClassName
{
border-color: #1DF316;
}
</style>