Shades of Free Speech Green #1EFA2C
Tints of Free Speech Green #1EFA2C
RGB
CMYK
RGB Variations
Color information
#1EFA2C (or 0x1EFA2C) is known color: Free Speech Green. HEX triplet: 1E, FA and 2C. RGB value is (30,250,44). Sum of RGB (Red+Green+Blue) = 30+250+44=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 250 (98.05% from 255 or 77.16% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFA2C is #E105D3. Grayscale: #A1A1A1. Windows color (decimal): -14747092 or 2947614. OLE color: 2947614.
HSL color Cylindrical-coordinate representation of color #1EFA2C: hue angle of 123.82º 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 #1EFA2C is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 44 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.02 |
| HSL | 123.82º | 0.96% | 0.55% | - |
| HSV(B) | 123.82º | 0.88% | 0.98% | - |
| XYZ | 35.18 | 68.83 | 13.81 | - |
| YUV | 160.74 | 62.11 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 44 | 0.88 | 0 | 0.82 | 0.02 | 123.82 | 0.96 | 0.55 |
| Hex | 1E | FA | 2C | 58 | 0 | 52 | 2 | 7C | 60 | 37 |
| Octal | 36 | 372 | 54 | 130 | 0 | 122 | 2 | 174 | 140 | 67 |
| Binary | 11110 | 11111010 | 101100 | 1011000 | 0 | 1010010 | 10 | 1111100 | 1100000 | 110111 |
Color Harmonies of #1EFA2C
Complementary color
Monochromatic Colors of #1EFA2C
Black with #1EFA2C
Text Example
Text Example
White with #1EFA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA2C; }
p { color: rgb(30,250,44); }
H1.HeaderClassName
{
color: #1EFA2C;
}
.AnyTagClassName
{
color: #1EFA2C;
}
</style>
background-color css
<style>
a { background-color: #1EFA2C; }
a { background-color: rgb(30,250,44); }
div.DivClassName
{
background-color: #1EFA2C;
}
.BgClassName
{
background-color: #1EFA2C;
}
</style>
border-color css
<style>
span { border-color: #1EFA2C; }
span { border-color: rgb(30,250,44); }
td.TdClassName
{
border-color: #1EFA2C;
}
.TagClassName
{
border-color: #1EFA2C;
}
</style>