Shades of Free Speech Green #1DEE0D
Tints of Free Speech Green #1DEE0D
RGB
CMYK
RGB Variations
Color information
#1DEE0D (or 0x1DEE0D) is known color: Free Speech Green. HEX triplet: 1D, EE and 0D. RGB value is (29,238,13). Sum of RGB (Red+Green+Blue) = 29+238+13=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 238 (93.36% from 255 or 85% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DEE0D is #E211F2. Grayscale: #969696. Windows color (decimal): -14815731 or 912925. OLE color: 912925.
HSL color Cylindrical-coordinate representation of color #1DEE0D: hue angle of 115.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DEE0D is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 13 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.07 |
| HSL | 115.73º | 0.9% | 0.49% | - |
| HSV(B) | 115.73º | 0.95% | 0.93% | - |
| XYZ | 31.15 | 61.44 | 10.6 | - |
| YUV | 149.86 | 50.76 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 13 | 0.88 | 0 | 0.95 | 0.07 | 115.73 | 0.9 | 0.49 |
| Hex | 1D | EE | D | 58 | 0 | 5F | 7 | 74 | 5A | 31 |
| Octal | 35 | 356 | 15 | 130 | 0 | 137 | 7 | 164 | 132 | 61 |
| Binary | 11101 | 11101110 | 1101 | 1011000 | 0 | 1011111 | 111 | 1110100 | 1011010 | 110001 |
Color Harmonies of #1DEE0D
Complementary color
Monochromatic Colors of #1DEE0D
Black with #1DEE0D
Text Example
Text Example
White with #1DEE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEE0D; }
p { color: rgb(29,238,13); }
H1.HeaderClassName
{
color: #1DEE0D;
}
.AnyTagClassName
{
color: #1DEE0D;
}
</style>
background-color css
<style>
a { background-color: #1DEE0D; }
a { background-color: rgb(29,238,13); }
div.DivClassName
{
background-color: #1DEE0D;
}
.BgClassName
{
background-color: #1DEE0D;
}
</style>
border-color css
<style>
span { border-color: #1DEE0D; }
span { border-color: rgb(29,238,13); }
td.TdClassName
{
border-color: #1DEE0D;
}
.TagClassName
{
border-color: #1DEE0D;
}
</style>