Shades of Free Speech Green #1EF229
Tints of Free Speech Green #1EF229
RGB
CMYK
RGB Variations
Color information
#1EF229 (or 0x1EF229) is known color: Free Speech Green. HEX triplet: 1E, F2 and 29. RGB value is (30,242,41). Sum of RGB (Red+Green+Blue) = 30+242+41=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 242 (94.92% from 255 or 77.32% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF229 is #E10DD6. Grayscale: #9C9C9C. Windows color (decimal): -14749143 or 2748958. OLE color: 2748958.
HSL color Cylindrical-coordinate representation of color #1EF229: hue angle of 123.11º 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 #1EF229 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 41 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.05 |
| HSL | 123.11º | 0.89% | 0.53% | - |
| HSV(B) | 123.11º | 0.88% | 0.95% | - |
| XYZ | 32.69 | 63.94 | 12.72 | - |
| YUV | 155.7 | 63.26 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 41 | 0.88 | 0 | 0.83 | 0.05 | 123.11 | 0.89 | 0.53 |
| Hex | 1E | F2 | 29 | 58 | 0 | 53 | 5 | 7B | 59 | 35 |
| Octal | 36 | 362 | 51 | 130 | 0 | 123 | 5 | 173 | 131 | 65 |
| Binary | 11110 | 11110010 | 101001 | 1011000 | 0 | 1010011 | 101 | 1111011 | 1011001 | 110101 |
Color Harmonies of #1EF229
Complementary color
Monochromatic Colors of #1EF229
Black with #1EF229
Text Example
Text Example
White with #1EF229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF229; }
p { color: rgb(30,242,41); }
H1.HeaderClassName
{
color: #1EF229;
}
.AnyTagClassName
{
color: #1EF229;
}
</style>
background-color css
<style>
a { background-color: #1EF229; }
a { background-color: rgb(30,242,41); }
div.DivClassName
{
background-color: #1EF229;
}
.BgClassName
{
background-color: #1EF229;
}
</style>
border-color css
<style>
span { border-color: #1EF229; }
span { border-color: rgb(30,242,41); }
td.TdClassName
{
border-color: #1EF229;
}
.TagClassName
{
border-color: #1EF229;
}
</style>