Shades of Free Speech Green #1EFF36
Tints of Free Speech Green #1EFF36
RGB
CMYK
RGB Variations
Color information
#1EFF36 (or 0x1EFF36) is known color: Free Speech Green. HEX triplet: 1E, FF and 36. RGB value is (30,255,54). Sum of RGB (Red+Green+Blue) = 30+255+54=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFF36 is #E100C9. Grayscale: #A5A5A5. Windows color (decimal): -14745802 or 3604254. OLE color: 3604254.
HSL color Cylindrical-coordinate representation of color #1EFF36: hue angle of 126.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFF36 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 54 | - |
| CMYK | 0.88 | 0 | 0.79 | 0 |
| HSL | 126.4º | 1% | 0.56% | - |
| HSV(B) | 126.4º | 0.88% | 1% | - |
| XYZ | 36.96 | 72.06 | 15.45 | - |
| YUV | 164.81 | 65.46 | 31.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 54 | 0.88 | 0 | 0.79 | 0 | 126.4 | 1 | 0.56 |
| Hex | 1E | FF | 36 | 58 | 0 | 4F | 0 | 7E | 64 | 38 |
| Octal | 36 | 377 | 66 | 130 | 0 | 117 | 0 | 176 | 144 | 70 |
| Binary | 11110 | 11111111 | 110110 | 1011000 | 0 | 1001111 | 0 | 1111110 | 1100100 | 111000 |
Color Harmonies of #1EFF36
Complementary color
Monochromatic Colors of #1EFF36
Black with #1EFF36
Text Example
Text Example
White with #1EFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF36; }
p { color: rgb(30,255,54); }
H1.HeaderClassName
{
color: #1EFF36;
}
.AnyTagClassName
{
color: #1EFF36;
}
</style>
background-color css
<style>
a { background-color: #1EFF36; }
a { background-color: rgb(30,255,54); }
div.DivClassName
{
background-color: #1EFF36;
}
.BgClassName
{
background-color: #1EFF36;
}
</style>
border-color css
<style>
span { border-color: #1EFF36; }
span { border-color: rgb(30,255,54); }
td.TdClassName
{
border-color: #1EFF36;
}
.TagClassName
{
border-color: #1EFF36;
}
</style>