Shades of Free Speech Green #1FEE19
Tints of Free Speech Green #1FEE19
RGB
CMYK
RGB Variations
Color information
#1FEE19 (or 0x1FEE19) is known color: Free Speech Green. HEX triplet: 1F, EE and 19. RGB value is (31,238,25). Sum of RGB (Red+Green+Blue) = 31+238+25=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 238 (93.36% from 255 or 80.95% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEE19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FEE19 is #E011E6. Grayscale: #989898. Windows color (decimal): -14684647 or 1699359. OLE color: 1699359.
HSL color Cylindrical-coordinate representation of color #1FEE19: hue angle of 118.31º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FEE19 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 25 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.07 |
| HSL | 118.31º | 0.86% | 0.52% | - |
| HSV(B) | 118.31º | 0.89% | 0.93% | - |
| XYZ | 31.32 | 61.51 | 11.14 | - |
| YUV | 151.83 | 56.42 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 25 | 0.87 | 0 | 0.89 | 0.07 | 118.31 | 0.86 | 0.52 |
| Hex | 1F | EE | 19 | 57 | 0 | 59 | 7 | 76 | 56 | 34 |
| Octal | 37 | 356 | 31 | 127 | 0 | 131 | 7 | 166 | 126 | 64 |
| Binary | 11111 | 11101110 | 11001 | 1010111 | 0 | 1011001 | 111 | 1110110 | 1010110 | 110100 |
Color Harmonies of #1FEE19
Complementary color
Monochromatic Colors of #1FEE19
Black with #1FEE19
Text Example
Text Example
White with #1FEE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEE19; }
p { color: rgb(31,238,25); }
H1.HeaderClassName
{
color: #1FEE19;
}
.AnyTagClassName
{
color: #1FEE19;
}
</style>
background-color css
<style>
a { background-color: #1FEE19; }
a { background-color: rgb(31,238,25); }
div.DivClassName
{
background-color: #1FEE19;
}
.BgClassName
{
background-color: #1FEE19;
}
</style>
border-color css
<style>
span { border-color: #1FEE19; }
span { border-color: rgb(31,238,25); }
td.TdClassName
{
border-color: #1FEE19;
}
.TagClassName
{
border-color: #1FEE19;
}
</style>