Shades of Free Speech Green #1DF310
Tints of Free Speech Green #1DF310
RGB
CMYK
RGB Variations
Color information
#1DF310 (or 0x1DF310) is known color: Free Speech Green. HEX triplet: 1D, F3 and 10. RGB value is (29,243,16). Sum of RGB (Red+Green+Blue) = 29+243+16=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 243 (95.31% from 255 or 84.38% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF310 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF310 is #E20CEF. Grayscale: #999999. Windows color (decimal): -14814448 or 1110813. OLE color: 1110813.
HSL color Cylindrical-coordinate representation of color #1DF310: hue angle of 116.56º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DF310 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 16 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.05 |
| HSL | 116.56º | 0.9% | 0.51% | - |
| HSV(B) | 116.56º | 0.93% | 0.95% | - |
| XYZ | 32.65 | 64.4 | 11.2 | - |
| YUV | 153.14 | 50.6 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 16 | 0.88 | 0 | 0.93 | 0.05 | 116.56 | 0.9 | 0.51 |
| Hex | 1D | F3 | 10 | 58 | 0 | 5D | 5 | 75 | 5A | 33 |
| Octal | 35 | 363 | 20 | 130 | 0 | 135 | 5 | 165 | 132 | 63 |
| Binary | 11101 | 11110011 | 10000 | 1011000 | 0 | 1011101 | 101 | 1110101 | 1011010 | 110011 |
Color Harmonies of #1DF310
Complementary color
Monochromatic Colors of #1DF310
Black with #1DF310
Text Example
Text Example
White with #1DF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF310; }
p { color: rgb(29,243,16); }
H1.HeaderClassName
{
color: #1DF310;
}
.AnyTagClassName
{
color: #1DF310;
}
</style>
background-color css
<style>
a { background-color: #1DF310; }
a { background-color: rgb(29,243,16); }
div.DivClassName
{
background-color: #1DF310;
}
.BgClassName
{
background-color: #1DF310;
}
</style>
border-color css
<style>
span { border-color: #1DF310; }
span { border-color: rgb(29,243,16); }
td.TdClassName
{
border-color: #1DF310;
}
.TagClassName
{
border-color: #1DF310;
}
</style>