Shades of Free Speech Green #1EFC34
Tints of Free Speech Green #1EFC34
RGB
CMYK
RGB Variations
Color information
#1EFC34 (or 0x1EFC34) is known color: Free Speech Green. HEX triplet: 1E, FC and 34. RGB value is (30,252,52). Sum of RGB (Red+Green+Blue) = 30+252+52=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 252 (98.83% from 255 or 75.45% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFC34 is #E103CB. Grayscale: #A3A3A3. Windows color (decimal): -14746572 or 3472414. OLE color: 3472414.
HSL color Cylindrical-coordinate representation of color #1EFC34: hue angle of 125.95º 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 #1EFC34 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 52 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.01 |
| HSL | 125.95º | 0.97% | 0.55% | - |
| HSV(B) | 125.95º | 0.88% | 0.99% | - |
| XYZ | 35.97 | 70.14 | 14.89 | - |
| YUV | 162.82 | 65.45 | 33.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 52 | 0.88 | 0 | 0.79 | 0.01 | 125.95 | 0.97 | 0.55 |
| Hex | 1E | FC | 34 | 58 | 0 | 4F | 1 | 7E | 61 | 37 |
| Octal | 36 | 374 | 64 | 130 | 0 | 117 | 1 | 176 | 141 | 67 |
| Binary | 11110 | 11111100 | 110100 | 1011000 | 0 | 1001111 | 1 | 1111110 | 1100001 | 110111 |
Color Harmonies of #1EFC34
Complementary color
Monochromatic Colors of #1EFC34
Black with #1EFC34
Text Example
Text Example
White with #1EFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFC34; }
p { color: rgb(30,252,52); }
H1.HeaderClassName
{
color: #1EFC34;
}
.AnyTagClassName
{
color: #1EFC34;
}
</style>
background-color css
<style>
a { background-color: #1EFC34; }
a { background-color: rgb(30,252,52); }
div.DivClassName
{
background-color: #1EFC34;
}
.BgClassName
{
background-color: #1EFC34;
}
</style>
border-color css
<style>
span { border-color: #1EFC34; }
span { border-color: rgb(30,252,52); }
td.TdClassName
{
border-color: #1EFC34;
}
.TagClassName
{
border-color: #1EFC34;
}
</style>