Shades of Free Speech Green #1EF321
Tints of Free Speech Green #1EF321
RGB
CMYK
RGB Variations
Color information
#1EF321 (or 0x1EF321) is known color: Free Speech Green. HEX triplet: 1E, F3 and 21. RGB value is (30,243,33). Sum of RGB (Red+Green+Blue) = 30+243+33=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 243 (95.31% from 255 or 79.41% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF321 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF321 is #E10CDE. Grayscale: #9C9C9C. Windows color (decimal): -14748895 or 2224926. OLE color: 2224926.
HSL color Cylindrical-coordinate representation of color #1EF321: hue angle of 120.85º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF321 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 243 | 33 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.05 |
| HSL | 120.85º | 0.9% | 0.54% | - |
| HSV(B) | 120.85º | 0.88% | 0.95% | - |
| XYZ | 32.86 | 64.49 | 12.15 | - |
| YUV | 155.37 | 58.93 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 243 | 33 | 0.88 | 0 | 0.86 | 0.05 | 120.85 | 0.9 | 0.54 |
| Hex | 1E | F3 | 21 | 58 | 0 | 56 | 5 | 79 | 5A | 36 |
| Octal | 36 | 363 | 41 | 130 | 0 | 126 | 5 | 171 | 132 | 66 |
| Binary | 11110 | 11110011 | 100001 | 1011000 | 0 | 1010110 | 101 | 1111001 | 1011010 | 110110 |
Color Harmonies of #1EF321
Complementary color
Monochromatic Colors of #1EF321
Black with #1EF321
Text Example
Text Example
White with #1EF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF321; }
p { color: rgb(30,243,33); }
H1.HeaderClassName
{
color: #1EF321;
}
.AnyTagClassName
{
color: #1EF321;
}
</style>
background-color css
<style>
a { background-color: #1EF321; }
a { background-color: rgb(30,243,33); }
div.DivClassName
{
background-color: #1EF321;
}
.BgClassName
{
background-color: #1EF321;
}
</style>
border-color css
<style>
span { border-color: #1EF321; }
span { border-color: rgb(30,243,33); }
td.TdClassName
{
border-color: #1EF321;
}
.TagClassName
{
border-color: #1EF321;
}
</style>