Shades of Free Speech Green #1FE50F
Tints of Free Speech Green #1FE50F
RGB
CMYK
RGB Variations
Color information
#1FE50F (or 0x1FE50F) is known color: Free Speech Green. HEX triplet: 1F, E5 and 0F. RGB value is (31,229,15). Sum of RGB (Red+Green+Blue) = 31+229+15=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 229 (89.84% from 255 or 83.27% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE50F is #E01AF0. Grayscale: #929292. Windows color (decimal): -14686961 or 1041695. OLE color: 1041695.
HSL color Cylindrical-coordinate representation of color #1FE50F: hue angle of 115.51º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FE50F is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 229 | 15 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.10 |
| HSL | 115.51º | 0.88% | 0.48% | - |
| HSV(B) | 115.51º | 0.93% | 0.9% | - |
| XYZ | 28.67 | 56.36 | 9.82 | - |
| YUV | 145.4 | 54.4 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 15 | 0.86 | 0 | 0.93 | 0.10 | 115.51 | 0.88 | 0.48 |
| Hex | 1F | E5 | F | 56 | 0 | 5D | A | 74 | 58 | 30 |
| Octal | 37 | 345 | 17 | 126 | 0 | 135 | 12 | 164 | 130 | 60 |
| Binary | 11111 | 11100101 | 1111 | 1010110 | 0 | 1011101 | 1010 | 1110100 | 1011000 | 110000 |
Color Harmonies of #1FE50F
Complementary color
Monochromatic Colors of #1FE50F
Black with #1FE50F
Text Example
Text Example
White with #1FE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE50F; }
p { color: rgb(31,229,15); }
H1.HeaderClassName
{
color: #1FE50F;
}
.AnyTagClassName
{
color: #1FE50F;
}
</style>
background-color css
<style>
a { background-color: #1FE50F; }
a { background-color: rgb(31,229,15); }
div.DivClassName
{
background-color: #1FE50F;
}
.BgClassName
{
background-color: #1FE50F;
}
</style>
border-color css
<style>
span { border-color: #1FE50F; }
span { border-color: rgb(31,229,15); }
td.TdClassName
{
border-color: #1FE50F;
}
.TagClassName
{
border-color: #1FE50F;
}
</style>