Shades of Free Speech Green #1ECF05
Tints of Free Speech Green #1ECF05
RGB
CMYK
RGB Variations
Color information
#1ECF05 (or 0x1ECF05) is known color: Free Speech Green. HEX triplet: 1E, CF and 05. RGB value is (30,207,5). Sum of RGB (Red+Green+Blue) = 30+207+5=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 207 (81.25% from 255 or 85.54% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECF05 is #E130FA. Grayscale: #838383. Windows color (decimal): -14758139 or 380702. OLE color: 380702.
HSL color Cylindrical-coordinate representation of color #1ECF05: hue angle of 112.57º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1ECF05 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 5 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.19 |
| HSL | 112.57º | 0.95% | 0.42% | - |
| HSV(B) | 112.57º | 0.98% | 0.81% | - |
| XYZ | 22.88 | 44.91 | 7.61 | - |
| YUV | 131.05 | 56.86 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 5 | 0.86 | 0 | 0.98 | 0.19 | 112.57 | 0.95 | 0.42 |
| Hex | 1E | CF | 5 | 56 | 0 | 62 | 13 | 71 | 5F | 2A |
| Octal | 36 | 317 | 5 | 126 | 0 | 142 | 23 | 161 | 137 | 52 |
| Binary | 11110 | 11001111 | 101 | 1010110 | 0 | 1100010 | 10011 | 1110001 | 1011111 | 101010 |
Color Harmonies of #1ECF05
Complementary color
Monochromatic Colors of #1ECF05
Black with #1ECF05
Text Example
Text Example
White with #1ECF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECF05; }
p { color: rgb(30,207,5); }
H1.HeaderClassName
{
color: #1ECF05;
}
.AnyTagClassName
{
color: #1ECF05;
}
</style>
background-color css
<style>
a { background-color: #1ECF05; }
a { background-color: rgb(30,207,5); }
div.DivClassName
{
background-color: #1ECF05;
}
.BgClassName
{
background-color: #1ECF05;
}
</style>
border-color css
<style>
span { border-color: #1ECF05; }
span { border-color: rgb(30,207,5); }
td.TdClassName
{
border-color: #1ECF05;
}
.TagClassName
{
border-color: #1ECF05;
}
</style>