Shades of Free Speech Green #1EDF10
Tints of Free Speech Green #1EDF10
RGB
CMYK
RGB Variations
Color information
#1EDF10 (or 0x1EDF10) is known color: Free Speech Green. HEX triplet: 1E, DF and 10. RGB value is (30,223,16). Sum of RGB (Red+Green+Blue) = 30+223+16=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 223 (87.5% from 255 or 82.90% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDF10 is #E120EF. Grayscale: #8E8E8E. Windows color (decimal): -14754032 or 1105694. OLE color: 1105694.
HSL color Cylindrical-coordinate representation of color #1EDF10: hue angle of 115.94º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EDF10 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 16 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.13 |
| HSL | 115.94º | 0.87% | 0.47% | - |
| HSV(B) | 115.94º | 0.93% | 0.87% | - |
| XYZ | 27.02 | 53.09 | 9.31 | - |
| YUV | 141.7 | 57.06 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 16 | 0.87 | 0 | 0.93 | 0.13 | 115.94 | 0.87 | 0.47 |
| Hex | 1E | DF | 10 | 57 | 0 | 5D | D | 74 | 57 | 2F |
| Octal | 36 | 337 | 20 | 127 | 0 | 135 | 15 | 164 | 127 | 57 |
| Binary | 11110 | 11011111 | 10000 | 1010111 | 0 | 1011101 | 1101 | 1110100 | 1010111 | 101111 |
Color Harmonies of #1EDF10
Complementary color
Monochromatic Colors of #1EDF10
Black with #1EDF10
Text Example
Text Example
White with #1EDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF10; }
p { color: rgb(30,223,16); }
H1.HeaderClassName
{
color: #1EDF10;
}
.AnyTagClassName
{
color: #1EDF10;
}
</style>
background-color css
<style>
a { background-color: #1EDF10; }
a { background-color: rgb(30,223,16); }
div.DivClassName
{
background-color: #1EDF10;
}
.BgClassName
{
background-color: #1EDF10;
}
</style>
border-color css
<style>
span { border-color: #1EDF10; }
span { border-color: rgb(30,223,16); }
td.TdClassName
{
border-color: #1EDF10;
}
.TagClassName
{
border-color: #1EDF10;
}
</style>