Shades of Free Speech Green #1EF225
Tints of Free Speech Green #1EF225
RGB
CMYK
RGB Variations
Color information
#1EF225 (or 0x1EF225) is known color: Free Speech Green. HEX triplet: 1E, F2 and 25. RGB value is (30,242,37). Sum of RGB (Red+Green+Blue) = 30+242+37=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 242 (94.92% from 255 or 78.32% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF225 is #E10DDA. Grayscale: #9B9B9B. Windows color (decimal): -14749147 or 2486814. OLE color: 2486814.
HSL color Cylindrical-coordinate representation of color #1EF225: hue angle of 121.98º 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 #1EF225 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 37 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.05 |
| HSL | 121.98º | 0.89% | 0.53% | - |
| HSV(B) | 121.98º | 0.88% | 0.95% | - |
| XYZ | 32.62 | 63.91 | 12.37 | - |
| YUV | 155.24 | 61.26 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 37 | 0.88 | 0 | 0.85 | 0.05 | 121.98 | 0.89 | 0.53 |
| Hex | 1E | F2 | 25 | 58 | 0 | 55 | 5 | 7A | 59 | 35 |
| Octal | 36 | 362 | 45 | 130 | 0 | 125 | 5 | 172 | 131 | 65 |
| Binary | 11110 | 11110010 | 100101 | 1011000 | 0 | 1010101 | 101 | 1111010 | 1011001 | 110101 |
Color Harmonies of #1EF225
Complementary color
Monochromatic Colors of #1EF225
Black with #1EF225
Text Example
Text Example
White with #1EF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF225; }
p { color: rgb(30,242,37); }
H1.HeaderClassName
{
color: #1EF225;
}
.AnyTagClassName
{
color: #1EF225;
}
</style>
background-color css
<style>
a { background-color: #1EF225; }
a { background-color: rgb(30,242,37); }
div.DivClassName
{
background-color: #1EF225;
}
.BgClassName
{
background-color: #1EF225;
}
</style>
border-color css
<style>
span { border-color: #1EF225; }
span { border-color: rgb(30,242,37); }
td.TdClassName
{
border-color: #1EF225;
}
.TagClassName
{
border-color: #1EF225;
}
</style>