Shades of Free Speech Green #1FE41B
Tints of Free Speech Green #1FE41B
RGB
CMYK
RGB Variations
Color information
#1FE41B (or 0x1FE41B) is known color: Free Speech Green. HEX triplet: 1F, E4 and 1B. RGB value is (31,228,27). Sum of RGB (Red+Green+Blue) = 31+228+27=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 228 (89.45% from 255 or 79.72% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE41B is #E01BE4. Grayscale: #929292. Windows color (decimal): -14687205 or 1827871. OLE color: 1827871.
HSL color Cylindrical-coordinate representation of color #1FE41B: hue angle of 118.81º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FE41B is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 27 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.11 |
| HSL | 118.81º | 0.79% | 0.5% | - |
| HSV(B) | 118.81º | 0.88% | 0.89% | - |
| XYZ | 28.51 | 55.86 | 10.32 | - |
| YUV | 146.18 | 60.73 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 27 | 0.86 | 0 | 0.88 | 0.11 | 118.81 | 0.79 | 0.5 |
| Hex | 1F | E4 | 1B | 56 | 0 | 58 | B | 77 | 4F | 32 |
| Octal | 37 | 344 | 33 | 126 | 0 | 130 | 13 | 167 | 117 | 62 |
| Binary | 11111 | 11100100 | 11011 | 1010110 | 0 | 1011000 | 1011 | 1110111 | 1001111 | 110010 |
Color Harmonies of #1FE41B
Complementary color
Monochromatic Colors of #1FE41B
Black with #1FE41B
Text Example
Text Example
White with #1FE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE41B; }
p { color: rgb(31,228,27); }
H1.HeaderClassName
{
color: #1FE41B;
}
.AnyTagClassName
{
color: #1FE41B;
}
</style>
background-color css
<style>
a { background-color: #1FE41B; }
a { background-color: rgb(31,228,27); }
div.DivClassName
{
background-color: #1FE41B;
}
.BgClassName
{
background-color: #1FE41B;
}
</style>
border-color css
<style>
span { border-color: #1FE41B; }
span { border-color: rgb(31,228,27); }
td.TdClassName
{
border-color: #1FE41B;
}
.TagClassName
{
border-color: #1FE41B;
}
</style>