Shades of Free Speech Green #1ED003
Tints of Free Speech Green #1ED003
RGB
CMYK
RGB Variations
Color information
#1ED003 (or 0x1ED003) is known color: Free Speech Green. HEX triplet: 1E, D0 and 03. RGB value is (30,208,3). Sum of RGB (Red+Green+Blue) = 30+208+3=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 208 (81.64% from 255 or 86.31% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED003 is #E12FFC. Grayscale: #848484. Windows color (decimal): -14757885 or 249886. OLE color: 249886.
HSL color Cylindrical-coordinate representation of color #1ED003: hue angle of 112.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1ED003 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 3 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.18 |
| HSL | 112.1º | 0.97% | 0.41% | - |
| HSV(B) | 112.1º | 0.99% | 0.82% | - |
| XYZ | 23.11 | 45.39 | 7.63 | - |
| YUV | 131.41 | 55.53 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 3 | 0.86 | 0 | 0.99 | 0.18 | 112.1 | 0.97 | 0.41 |
| Hex | 1E | D0 | 3 | 56 | 0 | 63 | 12 | 70 | 61 | 29 |
| Octal | 36 | 320 | 3 | 126 | 0 | 143 | 22 | 160 | 141 | 51 |
| Binary | 11110 | 11010000 | 11 | 1010110 | 0 | 1100011 | 10010 | 1110000 | 1100001 | 101001 |
Color Harmonies of #1ED003
Complementary color
Monochromatic Colors of #1ED003
Black with #1ED003
Text Example
Text Example
White with #1ED003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED003; }
p { color: rgb(30,208,3); }
H1.HeaderClassName
{
color: #1ED003;
}
.AnyTagClassName
{
color: #1ED003;
}
</style>
background-color css
<style>
a { background-color: #1ED003; }
a { background-color: rgb(30,208,3); }
div.DivClassName
{
background-color: #1ED003;
}
.BgClassName
{
background-color: #1ED003;
}
</style>
border-color css
<style>
span { border-color: #1ED003; }
span { border-color: rgb(30,208,3); }
td.TdClassName
{
border-color: #1ED003;
}
.TagClassName
{
border-color: #1ED003;
}
</style>