Shades of Free Speech Green #1EF42D
Tints of Free Speech Green #1EF42D
RGB
CMYK
RGB Variations
Color information
#1EF42D (or 0x1EF42D) is known color: Free Speech Green. HEX triplet: 1E, F4 and 2D. RGB value is (30,244,45). Sum of RGB (Red+Green+Blue) = 30+244+45=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 244 (95.70% from 255 or 76.49% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF42D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF42D is #E10BD2. Grayscale: #9D9D9D. Windows color (decimal): -14748627 or 3011614. OLE color: 3011614.
HSL color Cylindrical-coordinate representation of color #1EF42D: hue angle of 124.21º 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 #1EF42D is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 45 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.04 |
| HSL | 124.21º | 0.91% | 0.54% | - |
| HSV(B) | 124.21º | 0.88% | 0.96% | - |
| XYZ | 33.36 | 65.17 | 13.3 | - |
| YUV | 157.33 | 64.6 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 45 | 0.88 | 0 | 0.82 | 0.04 | 124.21 | 0.91 | 0.54 |
| Hex | 1E | F4 | 2D | 58 | 0 | 52 | 4 | 7C | 5B | 36 |
| Octal | 36 | 364 | 55 | 130 | 0 | 122 | 4 | 174 | 133 | 66 |
| Binary | 11110 | 11110100 | 101101 | 1011000 | 0 | 1010010 | 100 | 1111100 | 1011011 | 110110 |
Color Harmonies of #1EF42D
Complementary color
Monochromatic Colors of #1EF42D
Black with #1EF42D
Text Example
Text Example
White with #1EF42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF42D; }
p { color: rgb(30,244,45); }
H1.HeaderClassName
{
color: #1EF42D;
}
.AnyTagClassName
{
color: #1EF42D;
}
</style>
background-color css
<style>
a { background-color: #1EF42D; }
a { background-color: rgb(30,244,45); }
div.DivClassName
{
background-color: #1EF42D;
}
.BgClassName
{
background-color: #1EF42D;
}
</style>
border-color css
<style>
span { border-color: #1EF42D; }
span { border-color: rgb(30,244,45); }
td.TdClassName
{
border-color: #1EF42D;
}
.TagClassName
{
border-color: #1EF42D;
}
</style>