Shades of Free Speech Green #1FE50D
Tints of Free Speech Green #1FE50D
RGB
CMYK
RGB Variations
Color information
#1FE50D (or 0x1FE50D) is known color: Free Speech Green. HEX triplet: 1F, E5 and 0D. RGB value is (31,229,13). Sum of RGB (Red+Green+Blue) = 31+229+13=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 229 (89.84% from 255 or 83.88% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE50D is #E01AF2. Grayscale: #919191. Windows color (decimal): -14686963 or 910623. OLE color: 910623.
HSL color Cylindrical-coordinate representation of color #1FE50D: hue angle of 115º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FE50D is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 229 | 13 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.10 |
| HSL | 115º | 0.89% | 0.47% | - |
| HSV(B) | 115º | 0.94% | 0.9% | - |
| XYZ | 28.66 | 56.36 | 9.75 | - |
| YUV | 145.17 | 53.4 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 13 | 0.86 | 0 | 0.94 | 0.10 | 115 | 0.89 | 0.47 |
| Hex | 1F | E5 | D | 56 | 0 | 5E | A | 73 | 59 | 2F |
| Octal | 37 | 345 | 15 | 126 | 0 | 136 | 12 | 163 | 131 | 57 |
| Binary | 11111 | 11100101 | 1101 | 1010110 | 0 | 1011110 | 1010 | 1110011 | 1011001 | 101111 |
Color Harmonies of #1FE50D
Complementary color
Monochromatic Colors of #1FE50D
Black with #1FE50D
Text Example
Text Example
White with #1FE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE50D; }
p { color: rgb(31,229,13); }
H1.HeaderClassName
{
color: #1FE50D;
}
.AnyTagClassName
{
color: #1FE50D;
}
</style>
background-color css
<style>
a { background-color: #1FE50D; }
a { background-color: rgb(31,229,13); }
div.DivClassName
{
background-color: #1FE50D;
}
.BgClassName
{
background-color: #1FE50D;
}
</style>
border-color css
<style>
span { border-color: #1FE50D; }
span { border-color: rgb(31,229,13); }
td.TdClassName
{
border-color: #1FE50D;
}
.TagClassName
{
border-color: #1FE50D;
}
</style>