Shades of Free Speech Green #1EFA29
Tints of Free Speech Green #1EFA29
RGB
CMYK
RGB Variations
Color information
#1EFA29 (or 0x1EFA29) is known color: Free Speech Green. HEX triplet: 1E, FA and 29. RGB value is (30,250,41). Sum of RGB (Red+Green+Blue) = 30+250+41=321 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.35% from 321); Green value is 250 (98.05% from 255 or 77.88% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFA29 is #E105D6. Grayscale: #A1A1A1. Windows color (decimal): -14747095 or 2751006. OLE color: 2751006.
HSL color Cylindrical-coordinate representation of color #1EFA29: hue angle of 123º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFA29 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 41 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.02 |
| HSL | 123º | 0.96% | 0.55% | - |
| HSV(B) | 123º | 0.88% | 0.98% | - |
| XYZ | 35.12 | 68.81 | 13.53 | - |
| YUV | 160.39 | 60.61 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 41 | 0.88 | 0 | 0.84 | 0.02 | 123 | 0.96 | 0.55 |
| Hex | 1E | FA | 29 | 58 | 0 | 54 | 2 | 7B | 60 | 37 |
| Octal | 36 | 372 | 51 | 130 | 0 | 124 | 2 | 173 | 140 | 67 |
| Binary | 11110 | 11111010 | 101001 | 1011000 | 0 | 1010100 | 10 | 1111011 | 1100000 | 110111 |
Color Harmonies of #1EFA29
Complementary color
Monochromatic Colors of #1EFA29
Black with #1EFA29
Text Example
Text Example
White with #1EFA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA29; }
p { color: rgb(30,250,41); }
H1.HeaderClassName
{
color: #1EFA29;
}
.AnyTagClassName
{
color: #1EFA29;
}
</style>
background-color css
<style>
a { background-color: #1EFA29; }
a { background-color: rgb(30,250,41); }
div.DivClassName
{
background-color: #1EFA29;
}
.BgClassName
{
background-color: #1EFA29;
}
</style>
border-color css
<style>
span { border-color: #1EFA29; }
span { border-color: rgb(30,250,41); }
td.TdClassName
{
border-color: #1EFA29;
}
.TagClassName
{
border-color: #1EFA29;
}
</style>