Shades of Free Speech Green #1EFD01
Tints of Free Speech Green #1EFD01
RGB
CMYK
RGB Variations
Color information
#1EFD01 (or 0x1EFD01) is known color: Free Speech Green. HEX triplet: 1E, FD and 01. RGB value is (30,253,1). Sum of RGB (Red+Green+Blue) = 30+253+1=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 253 (99.22% from 255 or 89.08% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFD01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFD01 is #E102FE. Grayscale: #9E9E9E. Windows color (decimal): -14746367 or 130334. OLE color: 130334.
HSL color Cylindrical-coordinate representation of color #1EFD01: hue angle of 113.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1EFD01 is Cyan = 0.88, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 253 | 1 | - |
| CMYK | 0.88 | 0 | 1.00 | 0.01 |
| HSL | 113.1º | 0.99% | 0.5% | - |
| HSV(B) | 113.1º | 1% | 0.99% | - |
| XYZ | 35.67 | 70.53 | 11.76 | - |
| YUV | 157.6 | 39.62 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 253 | 1 | 0.88 | 0 | 1.00 | 0.01 | 113.1 | 0.99 | 0.5 |
| Hex | 1E | FD | 1 | 58 | 0 | 64 | 1 | 71 | 63 | 32 |
| Octal | 36 | 375 | 1 | 130 | 0 | 144 | 1 | 161 | 143 | 62 |
| Binary | 11110 | 11111101 | 1 | 1011000 | 0 | 1100100 | 1 | 1110001 | 1100011 | 110010 |
Color Harmonies of #1EFD01
Complementary color
Monochromatic Colors of #1EFD01
Black with #1EFD01
Text Example
Text Example
White with #1EFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFD01; }
p { color: rgb(30,253,1); }
H1.HeaderClassName
{
color: #1EFD01;
}
.AnyTagClassName
{
color: #1EFD01;
}
</style>
background-color css
<style>
a { background-color: #1EFD01; }
a { background-color: rgb(30,253,1); }
div.DivClassName
{
background-color: #1EFD01;
}
.BgClassName
{
background-color: #1EFD01;
}
</style>
border-color css
<style>
span { border-color: #1EFD01; }
span { border-color: rgb(30,253,1); }
td.TdClassName
{
border-color: #1EFD01;
}
.TagClassName
{
border-color: #1EFD01;
}
</style>