Shades of Free Speech Green #1EF230
Tints of Free Speech Green #1EF230
RGB
CMYK
RGB Variations
Color information
#1EF230 (or 0x1EF230) is known color: Free Speech Green. HEX triplet: 1E, F2 and 30. RGB value is (30,242,48). Sum of RGB (Red+Green+Blue) = 30+242+48=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 242 (94.92% from 255 or 75.62% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF230 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF230 is #E10DCF. Grayscale: #9D9D9D. Windows color (decimal): -14749136 or 3207710. OLE color: 3207710.
HSL color Cylindrical-coordinate representation of color #1EF230: hue angle of 125.09º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF230 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 48 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.05 |
| HSL | 125.09º | 0.89% | 0.53% | - |
| HSV(B) | 125.09º | 0.88% | 0.95% | - |
| XYZ | 32.82 | 63.99 | 13.42 | - |
| YUV | 156.5 | 66.76 | 37.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 48 | 0.88 | 0 | 0.80 | 0.05 | 125.09 | 0.89 | 0.53 |
| Hex | 1E | F2 | 30 | 58 | 0 | 50 | 5 | 7D | 59 | 35 |
| Octal | 36 | 362 | 60 | 130 | 0 | 120 | 5 | 175 | 131 | 65 |
| Binary | 11110 | 11110010 | 110000 | 1011000 | 0 | 1010000 | 101 | 1111101 | 1011001 | 110101 |
Color Harmonies of #1EF230
Complementary color
Monochromatic Colors of #1EF230
Black with #1EF230
Text Example
Text Example
White with #1EF230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF230; }
p { color: rgb(30,242,48); }
H1.HeaderClassName
{
color: #1EF230;
}
.AnyTagClassName
{
color: #1EF230;
}
</style>
background-color css
<style>
a { background-color: #1EF230; }
a { background-color: rgb(30,242,48); }
div.DivClassName
{
background-color: #1EF230;
}
.BgClassName
{
background-color: #1EF230;
}
</style>
border-color css
<style>
span { border-color: #1EF230; }
span { border-color: rgb(30,242,48); }
td.TdClassName
{
border-color: #1EF230;
}
.TagClassName
{
border-color: #1EF230;
}
</style>