Shades of Free Speech Green #1ECE03
Tints of Free Speech Green #1ECE03
RGB
CMYK
RGB Variations
Color information
#1ECE03 (or 0x1ECE03) is known color: Free Speech Green. HEX triplet: 1E, CE and 03. RGB value is (30,206,3). Sum of RGB (Red+Green+Blue) = 30+206+3=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 206 (80.86% from 255 or 86.19% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECE03 is #E131FC. Grayscale: #828282. Windows color (decimal): -14758397 or 249374. OLE color: 249374.
HSL color Cylindrical-coordinate representation of color #1ECE03: hue angle of 112.02º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1ECE03 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 3 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.19 |
| HSL | 112.02º | 0.97% | 0.41% | - |
| HSV(B) | 112.02º | 0.99% | 0.81% | - |
| XYZ | 22.62 | 44.43 | 7.47 | - |
| YUV | 130.23 | 56.19 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 3 | 0.85 | 0 | 0.99 | 0.19 | 112.02 | 0.97 | 0.41 |
| Hex | 1E | CE | 3 | 55 | 0 | 63 | 13 | 70 | 61 | 29 |
| Octal | 36 | 316 | 3 | 125 | 0 | 143 | 23 | 160 | 141 | 51 |
| Binary | 11110 | 11001110 | 11 | 1010101 | 0 | 1100011 | 10011 | 1110000 | 1100001 | 101001 |
Color Harmonies of #1ECE03
Complementary color
Monochromatic Colors of #1ECE03
Black with #1ECE03
Text Example
Text Example
White with #1ECE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE03; }
p { color: rgb(30,206,3); }
H1.HeaderClassName
{
color: #1ECE03;
}
.AnyTagClassName
{
color: #1ECE03;
}
</style>
background-color css
<style>
a { background-color: #1ECE03; }
a { background-color: rgb(30,206,3); }
div.DivClassName
{
background-color: #1ECE03;
}
.BgClassName
{
background-color: #1ECE03;
}
</style>
border-color css
<style>
span { border-color: #1ECE03; }
span { border-color: rgb(30,206,3); }
td.TdClassName
{
border-color: #1ECE03;
}
.TagClassName
{
border-color: #1ECE03;
}
</style>