Shades of Free Speech Green #1EFA2E
Tints of Free Speech Green #1EFA2E
RGB
CMYK
RGB Variations
Color information
#1EFA2E (or 0x1EFA2E) is known color: Free Speech Green. HEX triplet: 1E, FA and 2E. RGB value is (30,250,46). Sum of RGB (Red+Green+Blue) = 30+250+46=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFA2E is #E105D1. Grayscale: #A1A1A1. Windows color (decimal): -14747090 or 3078686. OLE color: 3078686.
HSL color Cylindrical-coordinate representation of color #1EFA2E: hue angle of 124.36º 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 #1EFA2E is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 46 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.02 |
| HSL | 124.36º | 0.96% | 0.55% | - |
| HSV(B) | 124.36º | 0.88% | 0.98% | - |
| XYZ | 35.21 | 68.84 | 14.02 | - |
| YUV | 160.96 | 63.11 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 46 | 0.88 | 0 | 0.82 | 0.02 | 124.36 | 0.96 | 0.55 |
| Hex | 1E | FA | 2E | 58 | 0 | 52 | 2 | 7C | 60 | 37 |
| Octal | 36 | 372 | 56 | 130 | 0 | 122 | 2 | 174 | 140 | 67 |
| Binary | 11110 | 11111010 | 101110 | 1011000 | 0 | 1010010 | 10 | 1111100 | 1100000 | 110111 |
Color Harmonies of #1EFA2E
Complementary color
Monochromatic Colors of #1EFA2E
Black with #1EFA2E
Text Example
Text Example
White with #1EFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA2E; }
p { color: rgb(30,250,46); }
H1.HeaderClassName
{
color: #1EFA2E;
}
.AnyTagClassName
{
color: #1EFA2E;
}
</style>
background-color css
<style>
a { background-color: #1EFA2E; }
a { background-color: rgb(30,250,46); }
div.DivClassName
{
background-color: #1EFA2E;
}
.BgClassName
{
background-color: #1EFA2E;
}
</style>
border-color css
<style>
span { border-color: #1EFA2E; }
span { border-color: rgb(30,250,46); }
td.TdClassName
{
border-color: #1EFA2E;
}
.TagClassName
{
border-color: #1EFA2E;
}
</style>