Shades of Free Speech Green #1EFA2B
Tints of Free Speech Green #1EFA2B
RGB
CMYK
RGB Variations
Color information
#1EFA2B (or 0x1EFA2B) is known color: Free Speech Green. HEX triplet: 1E, FA and 2B. RGB value is (30,250,43). Sum of RGB (Red+Green+Blue) = 30+250+43=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 250 (98.05% from 255 or 77.40% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFA2B is #E105D4. Grayscale: #A1A1A1. Windows color (decimal): -14747093 or 2882078. OLE color: 2882078.
HSL color Cylindrical-coordinate representation of color #1EFA2B: hue angle of 123.55º 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 #1EFA2B is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 43 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.02 |
| HSL | 123.55º | 0.96% | 0.55% | - |
| HSV(B) | 123.55º | 0.88% | 0.98% | - |
| XYZ | 35.16 | 68.82 | 13.72 | - |
| YUV | 160.62 | 61.61 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 43 | 0.88 | 0 | 0.83 | 0.02 | 123.55 | 0.96 | 0.55 |
| Hex | 1E | FA | 2B | 58 | 0 | 53 | 2 | 7C | 60 | 37 |
| Octal | 36 | 372 | 53 | 130 | 0 | 123 | 2 | 174 | 140 | 67 |
| Binary | 11110 | 11111010 | 101011 | 1011000 | 0 | 1010011 | 10 | 1111100 | 1100000 | 110111 |
Color Harmonies of #1EFA2B
Complementary color
Monochromatic Colors of #1EFA2B
Black with #1EFA2B
Text Example
Text Example
White with #1EFA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA2B; }
p { color: rgb(30,250,43); }
H1.HeaderClassName
{
color: #1EFA2B;
}
.AnyTagClassName
{
color: #1EFA2B;
}
</style>
background-color css
<style>
a { background-color: #1EFA2B; }
a { background-color: rgb(30,250,43); }
div.DivClassName
{
background-color: #1EFA2B;
}
.BgClassName
{
background-color: #1EFA2B;
}
</style>
border-color css
<style>
span { border-color: #1EFA2B; }
span { border-color: rgb(30,250,43); }
td.TdClassName
{
border-color: #1EFA2B;
}
.TagClassName
{
border-color: #1EFA2B;
}
</style>