Shades of Free Speech Green #1EEE0F
Tints of Free Speech Green #1EEE0F
RGB
CMYK
RGB Variations
Color information
#1EEE0F (or 0x1EEE0F) is known color: Free Speech Green. HEX triplet: 1E, EE and 0F. RGB value is (30,238,15). Sum of RGB (Red+Green+Blue) = 30+238+15=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 238 (93.36% from 255 or 84.10% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEE0F is #E111F0. Grayscale: #979797. Windows color (decimal): -14750193 or 1043998. OLE color: 1043998.
HSL color Cylindrical-coordinate representation of color #1EEE0F: hue angle of 115.96º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EEE0F is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 15 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.07 |
| HSL | 115.96º | 0.88% | 0.5% | - |
| HSV(B) | 115.96º | 0.94% | 0.93% | - |
| XYZ | 31.2 | 61.46 | 10.67 | - |
| YUV | 150.39 | 51.59 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 15 | 0.87 | 0 | 0.94 | 0.07 | 115.96 | 0.88 | 0.5 |
| Hex | 1E | EE | F | 57 | 0 | 5E | 7 | 74 | 58 | 32 |
| Octal | 36 | 356 | 17 | 127 | 0 | 136 | 7 | 164 | 130 | 62 |
| Binary | 11110 | 11101110 | 1111 | 1010111 | 0 | 1011110 | 111 | 1110100 | 1011000 | 110010 |
Color Harmonies of #1EEE0F
Complementary color
Monochromatic Colors of #1EEE0F
Black with #1EEE0F
Text Example
Text Example
White with #1EEE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE0F; }
p { color: rgb(30,238,15); }
H1.HeaderClassName
{
color: #1EEE0F;
}
.AnyTagClassName
{
color: #1EEE0F;
}
</style>
background-color css
<style>
a { background-color: #1EEE0F; }
a { background-color: rgb(30,238,15); }
div.DivClassName
{
background-color: #1EEE0F;
}
.BgClassName
{
background-color: #1EEE0F;
}
</style>
border-color css
<style>
span { border-color: #1EEE0F; }
span { border-color: rgb(30,238,15); }
td.TdClassName
{
border-color: #1EEE0F;
}
.TagClassName
{
border-color: #1EEE0F;
}
</style>