Shades of Free Speech Green #1EDF05
Tints of Free Speech Green #1EDF05
RGB
CMYK
RGB Variations
Color information
#1EDF05 (or 0x1EDF05) is known color: Free Speech Green. HEX triplet: 1E, DF and 05. RGB value is (30,223,5). Sum of RGB (Red+Green+Blue) = 30+223+5=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 223 (87.5% from 255 or 86.43% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDF05 is #E120FA. Grayscale: #8D8D8D. Windows color (decimal): -14754043 or 384798. OLE color: 384798.
HSL color Cylindrical-coordinate representation of color #1EDF05: hue angle of 113.12º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1EDF05 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 5 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.13 |
| HSL | 113.12º | 0.96% | 0.45% | - |
| HSV(B) | 113.12º | 0.98% | 0.87% | - |
| XYZ | 26.95 | 53.06 | 8.97 | - |
| YUV | 140.44 | 51.56 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 5 | 0.87 | 0 | 0.98 | 0.13 | 113.12 | 0.96 | 0.45 |
| Hex | 1E | DF | 5 | 57 | 0 | 62 | D | 71 | 60 | 2D |
| Octal | 36 | 337 | 5 | 127 | 0 | 142 | 15 | 161 | 140 | 55 |
| Binary | 11110 | 11011111 | 101 | 1010111 | 0 | 1100010 | 1101 | 1110001 | 1100000 | 101101 |
Color Harmonies of #1EDF05
Complementary color
Monochromatic Colors of #1EDF05
Black with #1EDF05
Text Example
Text Example
White with #1EDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF05; }
p { color: rgb(30,223,5); }
H1.HeaderClassName
{
color: #1EDF05;
}
.AnyTagClassName
{
color: #1EDF05;
}
</style>
background-color css
<style>
a { background-color: #1EDF05; }
a { background-color: rgb(30,223,5); }
div.DivClassName
{
background-color: #1EDF05;
}
.BgClassName
{
background-color: #1EDF05;
}
</style>
border-color css
<style>
span { border-color: #1EDF05; }
span { border-color: rgb(30,223,5); }
td.TdClassName
{
border-color: #1EDF05;
}
.TagClassName
{
border-color: #1EDF05;
}
</style>