Shades of Free Speech Green #1EE925
Tints of Free Speech Green #1EE925
RGB
CMYK
RGB Variations
Color information
#1EE925 (or 0x1EE925) is known color: Free Speech Green. HEX triplet: 1E, E9 and 25. RGB value is (30,233,37). Sum of RGB (Red+Green+Blue) = 30+233+37=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 233 (91.41% from 255 or 77.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EE925 is #E116DA. Grayscale: #969696. Windows color (decimal): -14751451 or 2484510. OLE color: 2484510.
HSL color Cylindrical-coordinate representation of color #1EE925: hue angle of 122.07º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE925 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 233 | 37 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.09 |
| HSL | 122.07º | 0.82% | 0.52% | - |
| HSV(B) | 122.07º | 0.87% | 0.91% | - |
| XYZ | 30.01 | 58.69 | 11.5 | - |
| YUV | 149.96 | 64.25 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 233 | 37 | 0.87 | 0 | 0.84 | 0.09 | 122.07 | 0.82 | 0.52 |
| Hex | 1E | E9 | 25 | 57 | 0 | 54 | 9 | 7A | 52 | 34 |
| Octal | 36 | 351 | 45 | 127 | 0 | 124 | 11 | 172 | 122 | 64 |
| Binary | 11110 | 11101001 | 100101 | 1010111 | 0 | 1010100 | 1001 | 1111010 | 1010010 | 110100 |
Color Harmonies of #1EE925
Complementary color
Monochromatic Colors of #1EE925
Black with #1EE925
Text Example
Text Example
White with #1EE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE925; }
p { color: rgb(30,233,37); }
H1.HeaderClassName
{
color: #1EE925;
}
.AnyTagClassName
{
color: #1EE925;
}
</style>
background-color css
<style>
a { background-color: #1EE925; }
a { background-color: rgb(30,233,37); }
div.DivClassName
{
background-color: #1EE925;
}
.BgClassName
{
background-color: #1EE925;
}
</style>
border-color css
<style>
span { border-color: #1EE925; }
span { border-color: rgb(30,233,37); }
td.TdClassName
{
border-color: #1EE925;
}
.TagClassName
{
border-color: #1EE925;
}
</style>