Shades of Free Speech Green #1EFE2B
Tints of Free Speech Green #1EFE2B
RGB
CMYK
RGB Variations
Color information
#1EFE2B (or 0x1EFE2B) is known color: Free Speech Green. HEX triplet: 1E, FE and 2B. RGB value is (30,254,43). Sum of RGB (Red+Green+Blue) = 30+254+43=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 254 (99.61% from 255 or 77.68% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFE2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFE2B is #E101D4. Grayscale: #A3A3A3. Windows color (decimal): -14746069 or 2883102. OLE color: 2883102.
HSL color Cylindrical-coordinate representation of color #1EFE2B: hue angle of 123.48º 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 #1EFE2B is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 43 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.00 |
| HSL | 123.48º | 0.99% | 0.56% | - |
| HSV(B) | 123.48º | 0.88% | 1% | - |
| XYZ | 36.41 | 71.33 | 14.14 | - |
| YUV | 162.97 | 60.29 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 43 | 0.88 | 0 | 0.83 | 0.00 | 123.48 | 0.99 | 0.56 |
| Hex | 1E | FE | 2B | 58 | 0 | 53 | 0 | 7B | 63 | 38 |
| Octal | 36 | 376 | 53 | 130 | 0 | 123 | 0 | 173 | 143 | 70 |
| Binary | 11110 | 11111110 | 101011 | 1011000 | 0 | 1010011 | 0 | 1111011 | 1100011 | 111000 |
Color Harmonies of #1EFE2B
Complementary color
Monochromatic Colors of #1EFE2B
Black with #1EFE2B
Text Example
Text Example
White with #1EFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFE2B; }
p { color: rgb(30,254,43); }
H1.HeaderClassName
{
color: #1EFE2B;
}
.AnyTagClassName
{
color: #1EFE2B;
}
</style>
background-color css
<style>
a { background-color: #1EFE2B; }
a { background-color: rgb(30,254,43); }
div.DivClassName
{
background-color: #1EFE2B;
}
.BgClassName
{
background-color: #1EFE2B;
}
</style>
border-color css
<style>
span { border-color: #1EFE2B; }
span { border-color: rgb(30,254,43); }
td.TdClassName
{
border-color: #1EFE2B;
}
.TagClassName
{
border-color: #1EFE2B;
}
</style>