Shades of Free Speech Green #1EF430
Tints of Free Speech Green #1EF430
RGB
CMYK
RGB Variations
Color information
#1EF430 (or 0x1EF430) is known color: Free Speech Green. HEX triplet: 1E, F4 and 30. RGB value is (30,244,48). Sum of RGB (Red+Green+Blue) = 30+244+48=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 244 (95.70% from 255 or 75.78% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF430 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF430 is #E10BCF. Grayscale: #9E9E9E. Windows color (decimal): -14748624 or 3208222. OLE color: 3208222.
HSL color Cylindrical-coordinate representation of color #1EF430: hue angle of 125.05º 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 #1EF430 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 48 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.04 |
| HSL | 125.05º | 0.91% | 0.54% | - |
| HSV(B) | 125.05º | 0.88% | 0.96% | - |
| XYZ | 33.42 | 65.19 | 13.62 | - |
| YUV | 157.67 | 66.1 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 48 | 0.88 | 0 | 0.80 | 0.04 | 125.05 | 0.91 | 0.54 |
| Hex | 1E | F4 | 30 | 58 | 0 | 50 | 4 | 7D | 5B | 36 |
| Octal | 36 | 364 | 60 | 130 | 0 | 120 | 4 | 175 | 133 | 66 |
| Binary | 11110 | 11110100 | 110000 | 1011000 | 0 | 1010000 | 100 | 1111101 | 1011011 | 110110 |
Color Harmonies of #1EF430
Complementary color
Monochromatic Colors of #1EF430
Black with #1EF430
Text Example
Text Example
White with #1EF430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF430; }
p { color: rgb(30,244,48); }
H1.HeaderClassName
{
color: #1EF430;
}
.AnyTagClassName
{
color: #1EF430;
}
</style>
background-color css
<style>
a { background-color: #1EF430; }
a { background-color: rgb(30,244,48); }
div.DivClassName
{
background-color: #1EF430;
}
.BgClassName
{
background-color: #1EF430;
}
</style>
border-color css
<style>
span { border-color: #1EF430; }
span { border-color: rgb(30,244,48); }
td.TdClassName
{
border-color: #1EF430;
}
.TagClassName
{
border-color: #1EF430;
}
</style>