Shades of Free Speech Green #1EEF12
Tints of Free Speech Green #1EEF12
RGB
CMYK
RGB Variations
Color information
#1EEF12 (or 0x1EEF12) is known color: Free Speech Green. HEX triplet: 1E, EF and 12. RGB value is (30,239,18). Sum of RGB (Red+Green+Blue) = 30+239+18=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 239 (93.75% from 255 or 83.28% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEF12 is #E110ED. Grayscale: #979797. Windows color (decimal): -14749934 or 1240862. OLE color: 1240862.
HSL color Cylindrical-coordinate representation of color #1EEF12: hue angle of 116.74º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EEF12 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 239 | 18 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.06 |
| HSL | 116.74º | 0.87% | 0.5% | - |
| HSV(B) | 116.74º | 0.92% | 0.94% | - |
| XYZ | 31.51 | 62.05 | 10.89 | - |
| YUV | 151.32 | 52.76 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 18 | 0.87 | 0 | 0.92 | 0.06 | 116.74 | 0.87 | 0.5 |
| Hex | 1E | EF | 12 | 57 | 0 | 5C | 6 | 75 | 57 | 32 |
| Octal | 36 | 357 | 22 | 127 | 0 | 134 | 6 | 165 | 127 | 62 |
| Binary | 11110 | 11101111 | 10010 | 1010111 | 0 | 1011100 | 110 | 1110101 | 1010111 | 110010 |
Color Harmonies of #1EEF12
Complementary color
Monochromatic Colors of #1EEF12
Black with #1EEF12
Text Example
Text Example
White with #1EEF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEF12; }
p { color: rgb(30,239,18); }
H1.HeaderClassName
{
color: #1EEF12;
}
.AnyTagClassName
{
color: #1EEF12;
}
</style>
background-color css
<style>
a { background-color: #1EEF12; }
a { background-color: rgb(30,239,18); }
div.DivClassName
{
background-color: #1EEF12;
}
.BgClassName
{
background-color: #1EEF12;
}
</style>
border-color css
<style>
span { border-color: #1EEF12; }
span { border-color: rgb(30,239,18); }
td.TdClassName
{
border-color: #1EEF12;
}
.TagClassName
{
border-color: #1EEF12;
}
</style>