Shades of Free Speech Green #1EEB2A
Tints of Free Speech Green #1EEB2A
RGB
CMYK
RGB Variations
Color information
#1EEB2A (or 0x1EEB2A) is known color: Free Speech Green. HEX triplet: 1E, EB and 2A. RGB value is (30,235,42). Sum of RGB (Red+Green+Blue) = 30+235+42=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 235 (92.19% from 255 or 76.55% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEB2A is #E114D5. Grayscale: #989898. Windows color (decimal): -14750934 or 2812702. OLE color: 2812702.
HSL color Cylindrical-coordinate representation of color #1EEB2A: hue angle of 123.51º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEB2A is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 235 | 42 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.08 |
| HSL | 123.51º | 0.84% | 0.52% | - |
| HSV(B) | 123.51º | 0.87% | 0.92% | - |
| XYZ | 30.66 | 59.86 | 12.13 | - |
| YUV | 151.7 | 66.08 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 235 | 42 | 0.87 | 0 | 0.82 | 0.08 | 123.51 | 0.84 | 0.52 |
| Hex | 1E | EB | 2A | 57 | 0 | 52 | 8 | 7C | 54 | 34 |
| Octal | 36 | 353 | 52 | 127 | 0 | 122 | 10 | 174 | 124 | 64 |
| Binary | 11110 | 11101011 | 101010 | 1010111 | 0 | 1010010 | 1000 | 1111100 | 1010100 | 110100 |
Color Harmonies of #1EEB2A
Complementary color
Monochromatic Colors of #1EEB2A
Black with #1EEB2A
Text Example
Text Example
White with #1EEB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEB2A; }
p { color: rgb(30,235,42); }
H1.HeaderClassName
{
color: #1EEB2A;
}
.AnyTagClassName
{
color: #1EEB2A;
}
</style>
background-color css
<style>
a { background-color: #1EEB2A; }
a { background-color: rgb(30,235,42); }
div.DivClassName
{
background-color: #1EEB2A;
}
.BgClassName
{
background-color: #1EEB2A;
}
</style>
border-color css
<style>
span { border-color: #1EEB2A; }
span { border-color: rgb(30,235,42); }
td.TdClassName
{
border-color: #1EEB2A;
}
.TagClassName
{
border-color: #1EEB2A;
}
</style>