Shades of Free Speech Green #1EEE2F
Tints of Free Speech Green #1EEE2F
RGB
CMYK
RGB Variations
Color information
#1EEE2F (or 0x1EEE2F) is known color: Free Speech Green. HEX triplet: 1E, EE and 2F. RGB value is (30,238,47). Sum of RGB (Red+Green+Blue) = 30+238+47=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 238 (93.36% from 255 or 75.56% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEE2F is #E111D0. Grayscale: #9A9A9A. Windows color (decimal): -14750161 or 3141150. OLE color: 3141150.
HSL color Cylindrical-coordinate representation of color #1EEE2F: hue angle of 124.9º 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 #1EEE2F is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 47 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.07 |
| HSL | 124.9º | 0.86% | 0.53% | - |
| HSV(B) | 124.9º | 0.87% | 0.93% | - |
| XYZ | 31.62 | 61.63 | 12.92 | - |
| YUV | 154.03 | 67.59 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 47 | 0.87 | 0 | 0.80 | 0.07 | 124.9 | 0.86 | 0.53 |
| Hex | 1E | EE | 2F | 57 | 0 | 50 | 7 | 7D | 56 | 35 |
| Octal | 36 | 356 | 57 | 127 | 0 | 120 | 7 | 175 | 126 | 65 |
| Binary | 11110 | 11101110 | 101111 | 1010111 | 0 | 1010000 | 111 | 1111101 | 1010110 | 110101 |
Color Harmonies of #1EEE2F
Complementary color
Monochromatic Colors of #1EEE2F
Black with #1EEE2F
Text Example
Text Example
White with #1EEE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE2F; }
p { color: rgb(30,238,47); }
H1.HeaderClassName
{
color: #1EEE2F;
}
.AnyTagClassName
{
color: #1EEE2F;
}
</style>
background-color css
<style>
a { background-color: #1EEE2F; }
a { background-color: rgb(30,238,47); }
div.DivClassName
{
background-color: #1EEE2F;
}
.BgClassName
{
background-color: #1EEE2F;
}
</style>
border-color css
<style>
span { border-color: #1EEE2F; }
span { border-color: rgb(30,238,47); }
td.TdClassName
{
border-color: #1EEE2F;
}
.TagClassName
{
border-color: #1EEE2F;
}
</style>