Shades of Free Speech Green #1EE41A
Tints of Free Speech Green #1EE41A
RGB
CMYK
RGB Variations
Color information
#1EE41A (or 0x1EE41A) is known color: Free Speech Green. HEX triplet: 1E, E4 and 1A. RGB value is (30,228,26). Sum of RGB (Red+Green+Blue) = 30+228+26=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 228 (89.45% from 255 or 80.28% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 228 - color contains mainly: green. Hex color #1EE41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE41A is #E11BE5. Grayscale: #929292. Windows color (decimal): -14752742 or 1762334. OLE color: 1762334.
HSL color Cylindrical-coordinate representation of color #1EE41A: hue angle of 118.81º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EE41A is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 228 | 26 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.11 |
| HSL | 118.81º | 0.8% | 0.5% | - |
| HSV(B) | 118.81º | 0.89% | 0.89% | - |
| XYZ | 28.47 | 55.84 | 10.25 | - |
| YUV | 145.77 | 60.4 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 228 | 26 | 0.87 | 0 | 0.89 | 0.11 | 118.81 | 0.8 | 0.5 |
| Hex | 1E | E4 | 1A | 57 | 0 | 59 | B | 77 | 50 | 32 |
| Octal | 36 | 344 | 32 | 127 | 0 | 131 | 13 | 167 | 120 | 62 |
| Binary | 11110 | 11100100 | 11010 | 1010111 | 0 | 1011001 | 1011 | 1110111 | 1010000 | 110010 |
Color Harmonies of #1EE41A
Complementary color
Monochromatic Colors of #1EE41A
Black with #1EE41A
Text Example
Text Example
White with #1EE41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE41A; }
p { color: rgb(30,228,26); }
H1.HeaderClassName
{
color: #1EE41A;
}
.AnyTagClassName
{
color: #1EE41A;
}
</style>
background-color css
<style>
a { background-color: #1EE41A; }
a { background-color: rgb(30,228,26); }
div.DivClassName
{
background-color: #1EE41A;
}
.BgClassName
{
background-color: #1EE41A;
}
</style>
border-color css
<style>
span { border-color: #1EE41A; }
span { border-color: rgb(30,228,26); }
td.TdClassName
{
border-color: #1EE41A;
}
.TagClassName
{
border-color: #1EE41A;
}
</style>