Shades of Free Speech Green #1EE40B
Tints of Free Speech Green #1EE40B
RGB
CMYK
RGB Variations
Color information
#1EE40B (or 0x1EE40B) is known color: Free Speech Green. HEX triplet: 1E, E4 and 0B. RGB value is (30,228,11). Sum of RGB (Red+Green+Blue) = 30+228+11=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 228 (89.45% from 255 or 84.76% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 228 - color contains mainly: green. Hex color #1EE40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EE40B is #E11BF4. Grayscale: #909090. Windows color (decimal): -14752757 or 779294. OLE color: 779294.
HSL color Cylindrical-coordinate representation of color #1EE40B: hue angle of 114.75º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1EE40B is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 228 | 11 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.11 |
| HSL | 114.75º | 0.91% | 0.47% | - |
| HSV(B) | 114.75º | 0.95% | 0.89% | - |
| XYZ | 28.34 | 55.79 | 9.59 | - |
| YUV | 144.06 | 52.9 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 228 | 11 | 0.87 | 0 | 0.95 | 0.11 | 114.75 | 0.91 | 0.47 |
| Hex | 1E | E4 | B | 57 | 0 | 5F | B | 73 | 5B | 2F |
| Octal | 36 | 344 | 13 | 127 | 0 | 137 | 13 | 163 | 133 | 57 |
| Binary | 11110 | 11100100 | 1011 | 1010111 | 0 | 1011111 | 1011 | 1110011 | 1011011 | 101111 |
Color Harmonies of #1EE40B
Complementary color
Monochromatic Colors of #1EE40B
Black with #1EE40B
Text Example
Text Example
White with #1EE40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE40B; }
p { color: rgb(30,228,11); }
H1.HeaderClassName
{
color: #1EE40B;
}
.AnyTagClassName
{
color: #1EE40B;
}
</style>
background-color css
<style>
a { background-color: #1EE40B; }
a { background-color: rgb(30,228,11); }
div.DivClassName
{
background-color: #1EE40B;
}
.BgClassName
{
background-color: #1EE40B;
}
</style>
border-color css
<style>
span { border-color: #1EE40B; }
span { border-color: rgb(30,228,11); }
td.TdClassName
{
border-color: #1EE40B;
}
.TagClassName
{
border-color: #1EE40B;
}
</style>