Shades of Free Speech Green #1EF310
Tints of Free Speech Green #1EF310
RGB
CMYK
RGB Variations
Color information
#1EF310 (or 0x1EF310) is known color: Free Speech Green. HEX triplet: 1E, F3 and 10. RGB value is (30,243,16). Sum of RGB (Red+Green+Blue) = 30+243+16=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 243 (95.31% from 255 or 84.08% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF310 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF310 is #E10CEF. Grayscale: #9A9A9A. Windows color (decimal): -14748912 or 1110814. OLE color: 1110814.
HSL color Cylindrical-coordinate representation of color #1EF310: hue angle of 116.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EF310 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 243 | 16 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.05 |
| HSL | 116.3º | 0.9% | 0.51% | - |
| HSV(B) | 116.3º | 0.93% | 0.95% | - |
| XYZ | 32.68 | 64.41 | 11.2 | - |
| YUV | 153.44 | 50.43 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 243 | 16 | 0.88 | 0 | 0.93 | 0.05 | 116.3 | 0.9 | 0.51 |
| Hex | 1E | F3 | 10 | 58 | 0 | 5D | 5 | 74 | 5A | 33 |
| Octal | 36 | 363 | 20 | 130 | 0 | 135 | 5 | 164 | 132 | 63 |
| Binary | 11110 | 11110011 | 10000 | 1011000 | 0 | 1011101 | 101 | 1110100 | 1011010 | 110011 |
Color Harmonies of #1EF310
Complementary color
Monochromatic Colors of #1EF310
Black with #1EF310
Text Example
Text Example
White with #1EF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF310; }
p { color: rgb(30,243,16); }
H1.HeaderClassName
{
color: #1EF310;
}
.AnyTagClassName
{
color: #1EF310;
}
</style>
background-color css
<style>
a { background-color: #1EF310; }
a { background-color: rgb(30,243,16); }
div.DivClassName
{
background-color: #1EF310;
}
.BgClassName
{
background-color: #1EF310;
}
</style>
border-color css
<style>
span { border-color: #1EF310; }
span { border-color: rgb(30,243,16); }
td.TdClassName
{
border-color: #1EF310;
}
.TagClassName
{
border-color: #1EF310;
}
</style>