Shades of Free Speech Green #1EF42B
Tints of Free Speech Green #1EF42B
RGB
CMYK
RGB Variations
Color information
#1EF42B (or 0x1EF42B) is known color: Free Speech Green. HEX triplet: 1E, F4 and 2B. RGB value is (30,244,43). Sum of RGB (Red+Green+Blue) = 30+244+43=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 244 (95.70% from 255 or 76.97% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF42B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF42B is #E10BD4. Grayscale: #9D9D9D. Windows color (decimal): -14748629 or 2880542. OLE color: 2880542.
HSL color Cylindrical-coordinate representation of color #1EF42B: hue angle of 123.64º 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 #1EF42B is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 43 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.04 |
| HSL | 123.64º | 0.91% | 0.54% | - |
| HSV(B) | 123.64º | 0.88% | 0.96% | - |
| XYZ | 33.32 | 65.15 | 13.1 | - |
| YUV | 157.1 | 63.6 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 43 | 0.88 | 0 | 0.82 | 0.04 | 123.64 | 0.91 | 0.54 |
| Hex | 1E | F4 | 2B | 58 | 0 | 52 | 4 | 7C | 5B | 36 |
| Octal | 36 | 364 | 53 | 130 | 0 | 122 | 4 | 174 | 133 | 66 |
| Binary | 11110 | 11110100 | 101011 | 1011000 | 0 | 1010010 | 100 | 1111100 | 1011011 | 110110 |
Color Harmonies of #1EF42B
Complementary color
Monochromatic Colors of #1EF42B
Black with #1EF42B
Text Example
Text Example
White with #1EF42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF42B; }
p { color: rgb(30,244,43); }
H1.HeaderClassName
{
color: #1EF42B;
}
.AnyTagClassName
{
color: #1EF42B;
}
</style>
background-color css
<style>
a { background-color: #1EF42B; }
a { background-color: rgb(30,244,43); }
div.DivClassName
{
background-color: #1EF42B;
}
.BgClassName
{
background-color: #1EF42B;
}
</style>
border-color css
<style>
span { border-color: #1EF42B; }
span { border-color: rgb(30,244,43); }
td.TdClassName
{
border-color: #1EF42B;
}
.TagClassName
{
border-color: #1EF42B;
}
</style>