Shades of Free Speech Green #1EFA1D
Tints of Free Speech Green #1EFA1D
RGB
CMYK
RGB Variations
Color information
#1EFA1D (or 0x1EFA1D) is known color: Free Speech Green. HEX triplet: 1E, FA and 1D. RGB value is (30,250,29). Sum of RGB (Red+Green+Blue) = 30+250+29=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 250 (98.05% from 255 or 80.91% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFA1D is #E105E2. Grayscale: #9F9F9F. Windows color (decimal): -14747107 or 1964574. OLE color: 1964574.
HSL color Cylindrical-coordinate representation of color #1EFA1D: hue angle of 119.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFA1D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 29 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.02 |
| HSL | 119.73º | 0.96% | 0.55% | - |
| HSV(B) | 119.73º | 0.88% | 0.98% | - |
| XYZ | 34.94 | 68.74 | 12.59 | - |
| YUV | 159.03 | 54.61 | 35.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 29 | 0.88 | 0 | 0.88 | 0.02 | 119.73 | 0.96 | 0.55 |
| Hex | 1E | FA | 1D | 58 | 0 | 58 | 2 | 78 | 60 | 37 |
| Octal | 36 | 372 | 35 | 130 | 0 | 130 | 2 | 170 | 140 | 67 |
| Binary | 11110 | 11111010 | 11101 | 1011000 | 0 | 1011000 | 10 | 1111000 | 1100000 | 110111 |
Color Harmonies of #1EFA1D
Complementary color
Monochromatic Colors of #1EFA1D
Black with #1EFA1D
Text Example
Text Example
White with #1EFA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA1D; }
p { color: rgb(30,250,29); }
H1.HeaderClassName
{
color: #1EFA1D;
}
.AnyTagClassName
{
color: #1EFA1D;
}
</style>
background-color css
<style>
a { background-color: #1EFA1D; }
a { background-color: rgb(30,250,29); }
div.DivClassName
{
background-color: #1EFA1D;
}
.BgClassName
{
background-color: #1EFA1D;
}
</style>
border-color css
<style>
span { border-color: #1EFA1D; }
span { border-color: rgb(30,250,29); }
td.TdClassName
{
border-color: #1EFA1D;
}
.TagClassName
{
border-color: #1EFA1D;
}
</style>