Shades of Free Speech Green #1EFE2A
Tints of Free Speech Green #1EFE2A
RGB
CMYK
RGB Variations
Color information
#1EFE2A (or 0x1EFE2A) is known color: Free Speech Green. HEX triplet: 1E, FE and 2A. RGB value is (30,254,42). Sum of RGB (Red+Green+Blue) = 30+254+42=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 254 (99.61% from 255 or 77.91% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFE2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFE2A is #E101D5. Grayscale: #A3A3A3. Windows color (decimal): -14746070 or 2817566. OLE color: 2817566.
HSL color Cylindrical-coordinate representation of color #1EFE2A: hue angle of 123.21º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFE2A is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 42 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.00 |
| HSL | 123.21º | 0.99% | 0.56% | - |
| HSV(B) | 123.21º | 0.88% | 1% | - |
| XYZ | 36.4 | 71.33 | 14.04 | - |
| YUV | 162.86 | 59.79 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 42 | 0.88 | 0 | 0.83 | 0.00 | 123.21 | 0.99 | 0.56 |
| Hex | 1E | FE | 2A | 58 | 0 | 53 | 0 | 7B | 63 | 38 |
| Octal | 36 | 376 | 52 | 130 | 0 | 123 | 0 | 173 | 143 | 70 |
| Binary | 11110 | 11111110 | 101010 | 1011000 | 0 | 1010011 | 0 | 1111011 | 1100011 | 111000 |
Color Harmonies of #1EFE2A
Complementary color
Monochromatic Colors of #1EFE2A
Black with #1EFE2A
Text Example
Text Example
White with #1EFE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFE2A; }
p { color: rgb(30,254,42); }
H1.HeaderClassName
{
color: #1EFE2A;
}
.AnyTagClassName
{
color: #1EFE2A;
}
</style>
background-color css
<style>
a { background-color: #1EFE2A; }
a { background-color: rgb(30,254,42); }
div.DivClassName
{
background-color: #1EFE2A;
}
.BgClassName
{
background-color: #1EFE2A;
}
</style>
border-color css
<style>
span { border-color: #1EFE2A; }
span { border-color: rgb(30,254,42); }
td.TdClassName
{
border-color: #1EFE2A;
}
.TagClassName
{
border-color: #1EFE2A;
}
</style>