Shades of Free Speech Green #1EF219
Tints of Free Speech Green #1EF219
RGB
CMYK
RGB Variations
Color information
#1EF219 (or 0x1EF219) is known color: Free Speech Green. HEX triplet: 1E, F2 and 19. RGB value is (30,242,25). Sum of RGB (Red+Green+Blue) = 30+242+25=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 242 (94.92% from 255 or 81.48% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF219 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF219 is #E10DE6. Grayscale: #9A9A9A. Windows color (decimal): -14749159 or 1700382. OLE color: 1700382.
HSL color Cylindrical-coordinate representation of color #1EF219: hue angle of 118.62º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EF219 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 25 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.05 |
| HSL | 118.62º | 0.89% | 0.52% | - |
| HSV(B) | 118.62º | 0.9% | 0.95% | - |
| XYZ | 32.46 | 63.85 | 11.53 | - |
| YUV | 153.87 | 55.26 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 25 | 0.88 | 0 | 0.90 | 0.05 | 118.62 | 0.89 | 0.52 |
| Hex | 1E | F2 | 19 | 58 | 0 | 5A | 5 | 77 | 59 | 34 |
| Octal | 36 | 362 | 31 | 130 | 0 | 132 | 5 | 167 | 131 | 64 |
| Binary | 11110 | 11110010 | 11001 | 1011000 | 0 | 1011010 | 101 | 1110111 | 1011001 | 110100 |
Color Harmonies of #1EF219
Complementary color
Monochromatic Colors of #1EF219
Black with #1EF219
Text Example
Text Example
White with #1EF219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF219; }
p { color: rgb(30,242,25); }
H1.HeaderClassName
{
color: #1EF219;
}
.AnyTagClassName
{
color: #1EF219;
}
</style>
background-color css
<style>
a { background-color: #1EF219; }
a { background-color: rgb(30,242,25); }
div.DivClassName
{
background-color: #1EF219;
}
.BgClassName
{
background-color: #1EF219;
}
</style>
border-color css
<style>
span { border-color: #1EF219; }
span { border-color: rgb(30,242,25); }
td.TdClassName
{
border-color: #1EF219;
}
.TagClassName
{
border-color: #1EF219;
}
</style>