Shades of Free Speech Green #1EF409
Tints of Free Speech Green #1EF409
RGB
CMYK
RGB Variations
Color information
#1EF409 (or 0x1EF409) is known color: Free Speech Green. HEX triplet: 1E, F4 and 09. RGB value is (30,244,9). Sum of RGB (Red+Green+Blue) = 30+244+9=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 244 (95.70% from 255 or 86.22% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF409 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF409 is #E10BF6. Grayscale: #999999. Windows color (decimal): -14748663 or 652318. OLE color: 652318.
HSL color Cylindrical-coordinate representation of color #1EF409: hue angle of 114.64º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1EF409 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 9 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.04 |
| HSL | 114.64º | 0.93% | 0.5% | - |
| HSV(B) | 114.64º | 0.96% | 0.96% | - |
| XYZ | 32.94 | 65 | 11.07 | - |
| YUV | 153.22 | 46.6 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 9 | 0.88 | 0 | 0.96 | 0.04 | 114.64 | 0.93 | 0.5 |
| Hex | 1E | F4 | 9 | 58 | 0 | 60 | 4 | 73 | 5D | 32 |
| Octal | 36 | 364 | 11 | 130 | 0 | 140 | 4 | 163 | 135 | 62 |
| Binary | 11110 | 11110100 | 1001 | 1011000 | 0 | 1100000 | 100 | 1110011 | 1011101 | 110010 |
Color Harmonies of #1EF409
Complementary color
Monochromatic Colors of #1EF409
Black with #1EF409
Text Example
Text Example
White with #1EF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF409; }
p { color: rgb(30,244,9); }
H1.HeaderClassName
{
color: #1EF409;
}
.AnyTagClassName
{
color: #1EF409;
}
</style>
background-color css
<style>
a { background-color: #1EF409; }
a { background-color: rgb(30,244,9); }
div.DivClassName
{
background-color: #1EF409;
}
.BgClassName
{
background-color: #1EF409;
}
</style>
border-color css
<style>
span { border-color: #1EF409; }
span { border-color: rgb(30,244,9); }
td.TdClassName
{
border-color: #1EF409;
}
.TagClassName
{
border-color: #1EF409;
}
</style>