Shades of Free Speech Green #1EFE34
Tints of Free Speech Green #1EFE34
RGB
CMYK
RGB Variations
Color information
#1EFE34 (or 0x1EFE34) is known color: Free Speech Green. HEX triplet: 1E, FE and 34. RGB value is (30,254,52). Sum of RGB (Red+Green+Blue) = 30+254+52=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 254 (99.61% from 255 or 75.60% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFE34 is #E101CB. Grayscale: #A4A4A4. Windows color (decimal): -14746060 or 3472926. OLE color: 3472926.
HSL color Cylindrical-coordinate representation of color #1EFE34: hue angle of 125.89º 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 #1EFE34 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 52 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.00 |
| HSL | 125.89º | 0.99% | 0.56% | - |
| HSV(B) | 125.89º | 0.88% | 1% | - |
| XYZ | 36.6 | 71.41 | 15.1 | - |
| YUV | 164 | 64.79 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 52 | 0.88 | 0 | 0.80 | 0.00 | 125.89 | 0.99 | 0.56 |
| Hex | 1E | FE | 34 | 58 | 0 | 50 | 0 | 7E | 63 | 38 |
| Octal | 36 | 376 | 64 | 130 | 0 | 120 | 0 | 176 | 143 | 70 |
| Binary | 11110 | 11111110 | 110100 | 1011000 | 0 | 1010000 | 0 | 1111110 | 1100011 | 111000 |
Color Harmonies of #1EFE34
Complementary color
Monochromatic Colors of #1EFE34
Black with #1EFE34
Text Example
Text Example
White with #1EFE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFE34; }
p { color: rgb(30,254,52); }
H1.HeaderClassName
{
color: #1EFE34;
}
.AnyTagClassName
{
color: #1EFE34;
}
</style>
background-color css
<style>
a { background-color: #1EFE34; }
a { background-color: rgb(30,254,52); }
div.DivClassName
{
background-color: #1EFE34;
}
.BgClassName
{
background-color: #1EFE34;
}
</style>
border-color css
<style>
span { border-color: #1EFE34; }
span { border-color: rgb(30,254,52); }
td.TdClassName
{
border-color: #1EFE34;
}
.TagClassName
{
border-color: #1EFE34;
}
</style>