Shades of Free Speech Green #1EF12D
Tints of Free Speech Green #1EF12D
RGB
CMYK
RGB Variations
Color information
#1EF12D (or 0x1EF12D) is known color: Free Speech Green. HEX triplet: 1E, F1 and 2D. RGB value is (30,241,45). Sum of RGB (Red+Green+Blue) = 30+241+45=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF12D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF12D is #E10ED2. Grayscale: #9C9C9C. Windows color (decimal): -14749395 or 3010846. OLE color: 3010846.
HSL color Cylindrical-coordinate representation of color #1EF12D: hue angle of 124.27º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF12D is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 45 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.05 |
| HSL | 124.27º | 0.88% | 0.53% | - |
| HSV(B) | 124.27º | 0.88% | 0.95% | - |
| XYZ | 32.46 | 63.38 | 13 | - |
| YUV | 155.57 | 65.6 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 45 | 0.88 | 0 | 0.81 | 0.05 | 124.27 | 0.88 | 0.53 |
| Hex | 1E | F1 | 2D | 58 | 0 | 51 | 5 | 7C | 58 | 35 |
| Octal | 36 | 361 | 55 | 130 | 0 | 121 | 5 | 174 | 130 | 65 |
| Binary | 11110 | 11110001 | 101101 | 1011000 | 0 | 1010001 | 101 | 1111100 | 1011000 | 110101 |
Color Harmonies of #1EF12D
Complementary color
Monochromatic Colors of #1EF12D
Black with #1EF12D
Text Example
Text Example
White with #1EF12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF12D; }
p { color: rgb(30,241,45); }
H1.HeaderClassName
{
color: #1EF12D;
}
.AnyTagClassName
{
color: #1EF12D;
}
</style>
background-color css
<style>
a { background-color: #1EF12D; }
a { background-color: rgb(30,241,45); }
div.DivClassName
{
background-color: #1EF12D;
}
.BgClassName
{
background-color: #1EF12D;
}
</style>
border-color css
<style>
span { border-color: #1EF12D; }
span { border-color: rgb(30,241,45); }
td.TdClassName
{
border-color: #1EF12D;
}
.TagClassName
{
border-color: #1EF12D;
}
</style>