Shades of Free Speech Green #1EDF19
Tints of Free Speech Green #1EDF19
RGB
CMYK
RGB Variations
Color information
#1EDF19 (or 0x1EDF19) is known color: Free Speech Green. HEX triplet: 1E, DF and 19. RGB value is (30,223,25). Sum of RGB (Red+Green+Blue) = 30+223+25=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 223 (87.5% from 255 or 80.22% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDF19 is #E120E6. Grayscale: #8F8F8F. Windows color (decimal): -14754023 or 1695518. OLE color: 1695518.
HSL color Cylindrical-coordinate representation of color #1EDF19: hue angle of 118.48º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EDF19 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 25 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.13 |
| HSL | 118.48º | 0.8% | 0.49% | - |
| HSV(B) | 118.48º | 0.89% | 0.87% | - |
| XYZ | 27.1 | 53.12 | 9.74 | - |
| YUV | 142.72 | 61.56 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 25 | 0.87 | 0 | 0.89 | 0.13 | 118.48 | 0.8 | 0.49 |
| Hex | 1E | DF | 19 | 57 | 0 | 59 | D | 76 | 50 | 31 |
| Octal | 36 | 337 | 31 | 127 | 0 | 131 | 15 | 166 | 120 | 61 |
| Binary | 11110 | 11011111 | 11001 | 1010111 | 0 | 1011001 | 1101 | 1110110 | 1010000 | 110001 |
Color Harmonies of #1EDF19
Complementary color
Monochromatic Colors of #1EDF19
Black with #1EDF19
Text Example
Text Example
White with #1EDF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF19; }
p { color: rgb(30,223,25); }
H1.HeaderClassName
{
color: #1EDF19;
}
.AnyTagClassName
{
color: #1EDF19;
}
</style>
background-color css
<style>
a { background-color: #1EDF19; }
a { background-color: rgb(30,223,25); }
div.DivClassName
{
background-color: #1EDF19;
}
.BgClassName
{
background-color: #1EDF19;
}
</style>
border-color css
<style>
span { border-color: #1EDF19; }
span { border-color: rgb(30,223,25); }
td.TdClassName
{
border-color: #1EDF19;
}
.TagClassName
{
border-color: #1EDF19;
}
</style>