Shades of Free Speech Green #1EF429
Tints of Free Speech Green #1EF429
RGB
CMYK
RGB Variations
Color information
#1EF429 (or 0x1EF429) is known color: Free Speech Green. HEX triplet: 1E, F4 and 29. RGB value is (30,244,41). Sum of RGB (Red+Green+Blue) = 30+244+41=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 244 (95.70% from 255 or 77.46% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF429 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF429 is #E10BD6. Grayscale: #9D9D9D. Windows color (decimal): -14748631 or 2749470. OLE color: 2749470.
HSL color Cylindrical-coordinate representation of color #1EF429: hue angle of 123.08º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF429 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 41 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.04 |
| HSL | 123.08º | 0.91% | 0.54% | - |
| HSV(B) | 123.08º | 0.88% | 0.96% | - |
| XYZ | 33.29 | 65.14 | 12.92 | - |
| YUV | 156.87 | 62.6 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 41 | 0.88 | 0 | 0.83 | 0.04 | 123.08 | 0.91 | 0.54 |
| Hex | 1E | F4 | 29 | 58 | 0 | 53 | 4 | 7B | 5B | 36 |
| Octal | 36 | 364 | 51 | 130 | 0 | 123 | 4 | 173 | 133 | 66 |
| Binary | 11110 | 11110100 | 101001 | 1011000 | 0 | 1010011 | 100 | 1111011 | 1011011 | 110110 |
Color Harmonies of #1EF429
Complementary color
Monochromatic Colors of #1EF429
Black with #1EF429
Text Example
Text Example
White with #1EF429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF429; }
p { color: rgb(30,244,41); }
H1.HeaderClassName
{
color: #1EF429;
}
.AnyTagClassName
{
color: #1EF429;
}
</style>
background-color css
<style>
a { background-color: #1EF429; }
a { background-color: rgb(30,244,41); }
div.DivClassName
{
background-color: #1EF429;
}
.BgClassName
{
background-color: #1EF429;
}
</style>
border-color css
<style>
span { border-color: #1EF429; }
span { border-color: rgb(30,244,41); }
td.TdClassName
{
border-color: #1EF429;
}
.TagClassName
{
border-color: #1EF429;
}
</style>