Shades of Free Speech Green #1DF30E
Tints of Free Speech Green #1DF30E
RGB
CMYK
RGB Variations
Color information
#1DF30E (or 0x1DF30E) is known color: Free Speech Green. HEX triplet: 1D, F3 and 0E. RGB value is (29,243,14). Sum of RGB (Red+Green+Blue) = 29+243+14=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 243 (95.31% from 255 or 84.97% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF30E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF30E is #E20CF1. Grayscale: #999999. Windows color (decimal): -14814450 or 979741. OLE color: 979741.
HSL color Cylindrical-coordinate representation of color #1DF30E: hue angle of 116.07º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DF30E is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 14 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.05 |
| HSL | 116.07º | 0.91% | 0.5% | - |
| HSV(B) | 116.07º | 0.94% | 0.95% | - |
| XYZ | 32.64 | 64.39 | 11.12 | - |
| YUV | 152.91 | 49.6 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 14 | 0.88 | 0 | 0.94 | 0.05 | 116.07 | 0.91 | 0.5 |
| Hex | 1D | F3 | E | 58 | 0 | 5E | 5 | 74 | 5B | 32 |
| Octal | 35 | 363 | 16 | 130 | 0 | 136 | 5 | 164 | 133 | 62 |
| Binary | 11101 | 11110011 | 1110 | 1011000 | 0 | 1011110 | 101 | 1110100 | 1011011 | 110010 |
Color Harmonies of #1DF30E
Complementary color
Monochromatic Colors of #1DF30E
Black with #1DF30E
Text Example
Text Example
White with #1DF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF30E; }
p { color: rgb(29,243,14); }
H1.HeaderClassName
{
color: #1DF30E;
}
.AnyTagClassName
{
color: #1DF30E;
}
</style>
background-color css
<style>
a { background-color: #1DF30E; }
a { background-color: rgb(29,243,14); }
div.DivClassName
{
background-color: #1DF30E;
}
.BgClassName
{
background-color: #1DF30E;
}
</style>
border-color css
<style>
span { border-color: #1DF30E; }
span { border-color: rgb(29,243,14); }
td.TdClassName
{
border-color: #1DF30E;
}
.TagClassName
{
border-color: #1DF30E;
}
</style>