Shades of Free Speech Green #1EEE2A
Tints of Free Speech Green #1EEE2A
RGB
CMYK
RGB Variations
Color information
#1EEE2A (or 0x1EEE2A) is known color: Free Speech Green. HEX triplet: 1E, EE and 2A. RGB value is (30,238,42). Sum of RGB (Red+Green+Blue) = 30+238+42=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 238 (93.36% from 255 or 76.77% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEE2A is #E111D5. Grayscale: #9A9A9A. Windows color (decimal): -14750166 or 2813470. OLE color: 2813470.
HSL color Cylindrical-coordinate representation of color #1EEE2A: hue angle of 123.46º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEE2A is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 42 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.07 |
| HSL | 123.46º | 0.86% | 0.53% | - |
| HSV(B) | 123.46º | 0.87% | 0.93% | - |
| XYZ | 31.53 | 61.59 | 12.42 | - |
| YUV | 153.46 | 65.09 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 42 | 0.87 | 0 | 0.82 | 0.07 | 123.46 | 0.86 | 0.53 |
| Hex | 1E | EE | 2A | 57 | 0 | 52 | 7 | 7B | 56 | 35 |
| Octal | 36 | 356 | 52 | 127 | 0 | 122 | 7 | 173 | 126 | 65 |
| Binary | 11110 | 11101110 | 101010 | 1010111 | 0 | 1010010 | 111 | 1111011 | 1010110 | 110101 |
Color Harmonies of #1EEE2A
Complementary color
Monochromatic Colors of #1EEE2A
Black with #1EEE2A
Text Example
Text Example
White with #1EEE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE2A; }
p { color: rgb(30,238,42); }
H1.HeaderClassName
{
color: #1EEE2A;
}
.AnyTagClassName
{
color: #1EEE2A;
}
</style>
background-color css
<style>
a { background-color: #1EEE2A; }
a { background-color: rgb(30,238,42); }
div.DivClassName
{
background-color: #1EEE2A;
}
.BgClassName
{
background-color: #1EEE2A;
}
</style>
border-color css
<style>
span { border-color: #1EEE2A; }
span { border-color: rgb(30,238,42); }
td.TdClassName
{
border-color: #1EEE2A;
}
.TagClassName
{
border-color: #1EEE2A;
}
</style>