Shades of Free Speech Green #1EFE10
Tints of Free Speech Green #1EFE10
RGB
CMYK
RGB Variations
Color information
#1EFE10 (or 0x1EFE10) is known color: Free Speech Green. HEX triplet: 1E, FE and 10. RGB value is (30,254,16). Sum of RGB (Red+Green+Blue) = 30+254+16=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 254 (99.61% from 255 or 84.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFE10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFE10 is #E101EF. Grayscale: #A0A0A0. Windows color (decimal): -14746096 or 1113630. OLE color: 1113630.
HSL color Cylindrical-coordinate representation of color #1EFE10: hue angle of 116.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EFE10 is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 16 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.00 |
| HSL | 116.47º | 0.99% | 0.53% | - |
| HSV(B) | 116.47º | 0.94% | 1% | - |
| XYZ | 36.07 | 71.2 | 12.33 | - |
| YUV | 159.89 | 46.79 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 16 | 0.88 | 0 | 0.94 | 0.00 | 116.47 | 0.99 | 0.53 |
| Hex | 1E | FE | 10 | 58 | 0 | 5E | 0 | 74 | 63 | 35 |
| Octal | 36 | 376 | 20 | 130 | 0 | 136 | 0 | 164 | 143 | 65 |
| Binary | 11110 | 11111110 | 10000 | 1011000 | 0 | 1011110 | 0 | 1110100 | 1100011 | 110101 |
Color Harmonies of #1EFE10
Complementary color
Monochromatic Colors of #1EFE10
Black with #1EFE10
Text Example
Text Example
White with #1EFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFE10; }
p { color: rgb(30,254,16); }
H1.HeaderClassName
{
color: #1EFE10;
}
.AnyTagClassName
{
color: #1EFE10;
}
</style>
background-color css
<style>
a { background-color: #1EFE10; }
a { background-color: rgb(30,254,16); }
div.DivClassName
{
background-color: #1EFE10;
}
.BgClassName
{
background-color: #1EFE10;
}
</style>
border-color css
<style>
span { border-color: #1EFE10; }
span { border-color: rgb(30,254,16); }
td.TdClassName
{
border-color: #1EFE10;
}
.TagClassName
{
border-color: #1EFE10;
}
</style>