Shades of Free Speech Green #1EF802
Tints of Free Speech Green #1EF802
RGB
CMYK
RGB Variations
Color information
#1EF802 (or 0x1EF802) is known color: Free Speech Green. HEX triplet: 1E, F8 and 02. RGB value is (30,248,2). Sum of RGB (Red+Green+Blue) = 30+248+2=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 248 (97.27% from 255 or 88.57% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF802 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF802 is #E107FD. Grayscale: #9B9B9B. Windows color (decimal): -14747646 or 194590. OLE color: 194590.
HSL color Cylindrical-coordinate representation of color #1EF802: hue angle of 113.17º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1EF802 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 248 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.03 |
| HSL | 113.17º | 0.98% | 0.49% | - |
| HSV(B) | 113.17º | 0.99% | 0.97% | - |
| XYZ | 34.11 | 67.42 | 11.27 | - |
| YUV | 154.77 | 41.78 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 248 | 2 | 0.88 | 0 | 0.99 | 0.03 | 113.17 | 0.98 | 0.49 |
| Hex | 1E | F8 | 2 | 58 | 0 | 63 | 3 | 71 | 62 | 31 |
| Octal | 36 | 370 | 2 | 130 | 0 | 143 | 3 | 161 | 142 | 61 |
| Binary | 11110 | 11111000 | 10 | 1011000 | 0 | 1100011 | 11 | 1110001 | 1100010 | 110001 |
Color Harmonies of #1EF802
Complementary color
Monochromatic Colors of #1EF802
Black with #1EF802
Text Example
Text Example
White with #1EF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF802; }
p { color: rgb(30,248,2); }
H1.HeaderClassName
{
color: #1EF802;
}
.AnyTagClassName
{
color: #1EF802;
}
</style>
background-color css
<style>
a { background-color: #1EF802; }
a { background-color: rgb(30,248,2); }
div.DivClassName
{
background-color: #1EF802;
}
.BgClassName
{
background-color: #1EF802;
}
</style>
border-color css
<style>
span { border-color: #1EF802; }
span { border-color: rgb(30,248,2); }
td.TdClassName
{
border-color: #1EF802;
}
.TagClassName
{
border-color: #1EF802;
}
</style>