Shades of Free Speech Green #1EF224
Tints of Free Speech Green #1EF224
RGB
CMYK
RGB Variations
Color information
#1EF224 (or 0x1EF224) is known color: Free Speech Green. HEX triplet: 1E, F2 and 24. RGB value is (30,242,36). Sum of RGB (Red+Green+Blue) = 30+242+36=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 242 (94.92% from 255 or 78.57% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF224 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF224 is #E10DDB. Grayscale: #9B9B9B. Windows color (decimal): -14749148 or 2421278. OLE color: 2421278.
HSL color Cylindrical-coordinate representation of color #1EF224: hue angle of 121.7º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF224 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 36 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.05 |
| HSL | 121.7º | 0.89% | 0.53% | - |
| HSV(B) | 121.7º | 0.88% | 0.95% | - |
| XYZ | 32.61 | 63.91 | 12.29 | - |
| YUV | 155.13 | 60.76 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 36 | 0.88 | 0 | 0.85 | 0.05 | 121.7 | 0.89 | 0.53 |
| Hex | 1E | F2 | 24 | 58 | 0 | 55 | 5 | 7A | 59 | 35 |
| Octal | 36 | 362 | 44 | 130 | 0 | 125 | 5 | 172 | 131 | 65 |
| Binary | 11110 | 11110010 | 100100 | 1011000 | 0 | 1010101 | 101 | 1111010 | 1011001 | 110101 |
Color Harmonies of #1EF224
Complementary color
Monochromatic Colors of #1EF224
Black with #1EF224
Text Example
Text Example
White with #1EF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF224; }
p { color: rgb(30,242,36); }
H1.HeaderClassName
{
color: #1EF224;
}
.AnyTagClassName
{
color: #1EF224;
}
</style>
background-color css
<style>
a { background-color: #1EF224; }
a { background-color: rgb(30,242,36); }
div.DivClassName
{
background-color: #1EF224;
}
.BgClassName
{
background-color: #1EF224;
}
</style>
border-color css
<style>
span { border-color: #1EF224; }
span { border-color: rgb(30,242,36); }
td.TdClassName
{
border-color: #1EF224;
}
.TagClassName
{
border-color: #1EF224;
}
</style>