Shades of Free Speech Green #1EF42A
Tints of Free Speech Green #1EF42A
RGB
CMYK
RGB Variations
Color information
#1EF42A (or 0x1EF42A) is known color: Free Speech Green. HEX triplet: 1E, F4 and 2A. RGB value is (30,244,42). Sum of RGB (Red+Green+Blue) = 30+244+42=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 244 (95.70% from 255 or 77.22% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF42A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF42A is #E10BD5. Grayscale: #9D9D9D. Windows color (decimal): -14748630 or 2815006. OLE color: 2815006.
HSL color Cylindrical-coordinate representation of color #1EF42A: hue angle of 123.36º 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 #1EF42A is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 42 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.04 |
| HSL | 123.36º | 0.91% | 0.54% | - |
| HSV(B) | 123.36º | 0.88% | 0.96% | - |
| XYZ | 33.3 | 65.14 | 13.01 | - |
| YUV | 156.99 | 63.1 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 42 | 0.88 | 0 | 0.83 | 0.04 | 123.36 | 0.91 | 0.54 |
| Hex | 1E | F4 | 2A | 58 | 0 | 53 | 4 | 7B | 5B | 36 |
| Octal | 36 | 364 | 52 | 130 | 0 | 123 | 4 | 173 | 133 | 66 |
| Binary | 11110 | 11110100 | 101010 | 1011000 | 0 | 1010011 | 100 | 1111011 | 1011011 | 110110 |
Color Harmonies of #1EF42A
Complementary color
Monochromatic Colors of #1EF42A
Black with #1EF42A
Text Example
Text Example
White with #1EF42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF42A; }
p { color: rgb(30,244,42); }
H1.HeaderClassName
{
color: #1EF42A;
}
.AnyTagClassName
{
color: #1EF42A;
}
</style>
background-color css
<style>
a { background-color: #1EF42A; }
a { background-color: rgb(30,244,42); }
div.DivClassName
{
background-color: #1EF42A;
}
.BgClassName
{
background-color: #1EF42A;
}
</style>
border-color css
<style>
span { border-color: #1EF42A; }
span { border-color: rgb(30,244,42); }
td.TdClassName
{
border-color: #1EF42A;
}
.TagClassName
{
border-color: #1EF42A;
}
</style>