Shades of Free Speech Green #1EDD03
Tints of Free Speech Green #1EDD03
RGB
CMYK
RGB Variations
Color information
#1EDD03 (or 0x1EDD03) is known color: Free Speech Green. HEX triplet: 1E, DD and 03. RGB value is (30,221,3). Sum of RGB (Red+Green+Blue) = 30+221+3=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 221 (86.72% from 255 or 87.01% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDD03 is #E122FC. Grayscale: #8B8B8B. Windows color (decimal): -14754557 or 253214. OLE color: 253214.
HSL color Cylindrical-coordinate representation of color #1EDD03: hue angle of 112.57º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1EDD03 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 3 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.13 |
| HSL | 112.57º | 0.97% | 0.44% | - |
| HSV(B) | 112.57º | 0.99% | 0.87% | - |
| XYZ | 26.41 | 52 | 8.73 | - |
| YUV | 139.04 | 51.22 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 3 | 0.86 | 0 | 0.99 | 0.13 | 112.57 | 0.97 | 0.44 |
| Hex | 1E | DD | 3 | 56 | 0 | 63 | D | 71 | 61 | 2C |
| Octal | 36 | 335 | 3 | 126 | 0 | 143 | 15 | 161 | 141 | 54 |
| Binary | 11110 | 11011101 | 11 | 1010110 | 0 | 1100011 | 1101 | 1110001 | 1100001 | 101100 |
Color Harmonies of #1EDD03
Complementary color
Monochromatic Colors of #1EDD03
Black with #1EDD03
Text Example
Text Example
White with #1EDD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD03; }
p { color: rgb(30,221,3); }
H1.HeaderClassName
{
color: #1EDD03;
}
.AnyTagClassName
{
color: #1EDD03;
}
</style>
background-color css
<style>
a { background-color: #1EDD03; }
a { background-color: rgb(30,221,3); }
div.DivClassName
{
background-color: #1EDD03;
}
.BgClassName
{
background-color: #1EDD03;
}
</style>
border-color css
<style>
span { border-color: #1EDD03; }
span { border-color: rgb(30,221,3); }
td.TdClassName
{
border-color: #1EDD03;
}
.TagClassName
{
border-color: #1EDD03;
}
</style>