Shades of Free Speech Green #1EDE0F
Tints of Free Speech Green #1EDE0F
RGB
CMYK
RGB Variations
Color information
#1EDE0F (or 0x1EDE0F) is known color: Free Speech Green. HEX triplet: 1E, DE and 0F. RGB value is (30,222,15). Sum of RGB (Red+Green+Blue) = 30+222+15=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 222 (87.11% from 255 or 83.15% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDE0F is #E121F0. Grayscale: #8D8D8D. Windows color (decimal): -14754289 or 1039902. OLE color: 1039902.
HSL color Cylindrical-coordinate representation of color #1EDE0F: hue angle of 115.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EDE0F is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 15 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.13 |
| HSL | 115.65º | 0.87% | 0.46% | - |
| HSV(B) | 115.65º | 0.93% | 0.87% | - |
| XYZ | 26.74 | 52.55 | 9.19 | - |
| YUV | 140.99 | 56.89 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 15 | 0.86 | 0 | 0.93 | 0.13 | 115.65 | 0.87 | 0.46 |
| Hex | 1E | DE | F | 56 | 0 | 5D | D | 74 | 57 | 2E |
| Octal | 36 | 336 | 17 | 126 | 0 | 135 | 15 | 164 | 127 | 56 |
| Binary | 11110 | 11011110 | 1111 | 1010110 | 0 | 1011101 | 1101 | 1110100 | 1010111 | 101110 |
Color Harmonies of #1EDE0F
Complementary color
Monochromatic Colors of #1EDE0F
Black with #1EDE0F
Text Example
Text Example
White with #1EDE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDE0F; }
p { color: rgb(30,222,15); }
H1.HeaderClassName
{
color: #1EDE0F;
}
.AnyTagClassName
{
color: #1EDE0F;
}
</style>
background-color css
<style>
a { background-color: #1EDE0F; }
a { background-color: rgb(30,222,15); }
div.DivClassName
{
background-color: #1EDE0F;
}
.BgClassName
{
background-color: #1EDE0F;
}
</style>
border-color css
<style>
span { border-color: #1EDE0F; }
span { border-color: rgb(30,222,15); }
td.TdClassName
{
border-color: #1EDE0F;
}
.TagClassName
{
border-color: #1EDE0F;
}
</style>