Shades of Free Speech Green #1EDA14
Tints of Free Speech Green #1EDA14
RGB
CMYK
RGB Variations
Color information
#1EDA14 (or 0x1EDA14) is known color: Free Speech Green. HEX triplet: 1E, DA and 14. RGB value is (30,218,20). Sum of RGB (Red+Green+Blue) = 30+218+20=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 218 (85.55% from 255 or 81.34% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDA14 is #E125EB. Grayscale: #8B8B8B. Windows color (decimal): -14755308 or 1366558. OLE color: 1366558.
HSL color Cylindrical-coordinate representation of color #1EDA14: hue angle of 116.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EDA14 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 20 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.15 |
| HSL | 116.97º | 0.83% | 0.47% | - |
| HSV(B) | 116.97º | 0.91% | 0.85% | - |
| XYZ | 25.73 | 50.47 | 9.05 | - |
| YUV | 139.22 | 60.72 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 20 | 0.86 | 0 | 0.91 | 0.15 | 116.97 | 0.83 | 0.47 |
| Hex | 1E | DA | 14 | 56 | 0 | 5B | F | 75 | 53 | 2F |
| Octal | 36 | 332 | 24 | 126 | 0 | 133 | 17 | 165 | 123 | 57 |
| Binary | 11110 | 11011010 | 10100 | 1010110 | 0 | 1011011 | 1111 | 1110101 | 1010011 | 101111 |
Color Harmonies of #1EDA14
Complementary color
Monochromatic Colors of #1EDA14
Black with #1EDA14
Text Example
Text Example
White with #1EDA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA14; }
p { color: rgb(30,218,20); }
H1.HeaderClassName
{
color: #1EDA14;
}
.AnyTagClassName
{
color: #1EDA14;
}
</style>
background-color css
<style>
a { background-color: #1EDA14; }
a { background-color: rgb(30,218,20); }
div.DivClassName
{
background-color: #1EDA14;
}
.BgClassName
{
background-color: #1EDA14;
}
</style>
border-color css
<style>
span { border-color: #1EDA14; }
span { border-color: rgb(30,218,20); }
td.TdClassName
{
border-color: #1EDA14;
}
.TagClassName
{
border-color: #1EDA14;
}
</style>