Shades of Free Speech Green #1EFC26
Tints of Free Speech Green #1EFC26
RGB
CMYK
RGB Variations
Color information
#1EFC26 (or 0x1EFC26) is known color: Free Speech Green. HEX triplet: 1E, FC and 26. RGB value is (30,252,38). Sum of RGB (Red+Green+Blue) = 30+252+38=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 252 (98.83% from 255 or 78.75% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFC26 is #E103D9. Grayscale: #A1A1A1. Windows color (decimal): -14746586 or 2554910. OLE color: 2554910.
HSL color Cylindrical-coordinate representation of color #1EFC26: hue angle of 122.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFC26 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 38 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.01 |
| HSL | 122.16º | 0.97% | 0.55% | - |
| HSV(B) | 122.16º | 0.88% | 0.99% | - |
| XYZ | 35.7 | 70.04 | 13.47 | - |
| YUV | 161.23 | 58.45 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 38 | 0.88 | 0 | 0.85 | 0.01 | 122.16 | 0.97 | 0.55 |
| Hex | 1E | FC | 26 | 58 | 0 | 55 | 1 | 7A | 61 | 37 |
| Octal | 36 | 374 | 46 | 130 | 0 | 125 | 1 | 172 | 141 | 67 |
| Binary | 11110 | 11111100 | 100110 | 1011000 | 0 | 1010101 | 1 | 1111010 | 1100001 | 110111 |
Color Harmonies of #1EFC26
Complementary color
Monochromatic Colors of #1EFC26
Black with #1EFC26
Text Example
Text Example
White with #1EFC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFC26; }
p { color: rgb(30,252,38); }
H1.HeaderClassName
{
color: #1EFC26;
}
.AnyTagClassName
{
color: #1EFC26;
}
</style>
background-color css
<style>
a { background-color: #1EFC26; }
a { background-color: rgb(30,252,38); }
div.DivClassName
{
background-color: #1EFC26;
}
.BgClassName
{
background-color: #1EFC26;
}
</style>
border-color css
<style>
span { border-color: #1EFC26; }
span { border-color: rgb(30,252,38); }
td.TdClassName
{
border-color: #1EFC26;
}
.TagClassName
{
border-color: #1EFC26;
}
</style>