Shades of Free Speech Green #1EED2B
Tints of Free Speech Green #1EED2B
RGB
CMYK
RGB Variations
Color information
#1EED2B (or 0x1EED2B) is known color: Free Speech Green. HEX triplet: 1E, ED and 2B. RGB value is (30,237,43). Sum of RGB (Red+Green+Blue) = 30+237+43=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 237 (92.97% from 255 or 76.45% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 237 - color contains mainly: green. Hex color #1EED2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EED2B is #E112D4. Grayscale: #999999. Windows color (decimal): -14750421 or 2878750. OLE color: 2878750.
HSL color Cylindrical-coordinate representation of color #1EED2B: hue angle of 123.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EED2B is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 43 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.07 |
| HSL | 123.77º | 0.85% | 0.52% | - |
| HSV(B) | 123.77º | 0.87% | 0.93% | - |
| XYZ | 31.26 | 61.02 | 12.42 | - |
| YUV | 152.99 | 65.92 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 43 | 0.87 | 0 | 0.82 | 0.07 | 123.77 | 0.85 | 0.52 |
| Hex | 1E | ED | 2B | 57 | 0 | 52 | 7 | 7C | 55 | 34 |
| Octal | 36 | 355 | 53 | 127 | 0 | 122 | 7 | 174 | 125 | 64 |
| Binary | 11110 | 11101101 | 101011 | 1010111 | 0 | 1010010 | 111 | 1111100 | 1010101 | 110100 |
Color Harmonies of #1EED2B
Complementary color
Monochromatic Colors of #1EED2B
Black with #1EED2B
Text Example
Text Example
White with #1EED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EED2B; }
p { color: rgb(30,237,43); }
H1.HeaderClassName
{
color: #1EED2B;
}
.AnyTagClassName
{
color: #1EED2B;
}
</style>
background-color css
<style>
a { background-color: #1EED2B; }
a { background-color: rgb(30,237,43); }
div.DivClassName
{
background-color: #1EED2B;
}
.BgClassName
{
background-color: #1EED2B;
}
</style>
border-color css
<style>
span { border-color: #1EED2B; }
span { border-color: rgb(30,237,43); }
td.TdClassName
{
border-color: #1EED2B;
}
.TagClassName
{
border-color: #1EED2B;
}
</style>