Shades of Free Speech Green #1FE41C
Tints of Free Speech Green #1FE41C
RGB
CMYK
RGB Variations
Color information
#1FE41C (or 0x1FE41C) is known color: Free Speech Green. HEX triplet: 1F, E4 and 1C. RGB value is (31,228,28). Sum of RGB (Red+Green+Blue) = 31+228+28=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 228 (89.45% from 255 or 79.44% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE41C is #E01BE3. Grayscale: #929292. Windows color (decimal): -14687204 or 1893407. OLE color: 1893407.
HSL color Cylindrical-coordinate representation of color #1FE41C: hue angle of 119.1º 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 #1FE41C is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 28 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.11 |
| HSL | 119.1º | 0.79% | 0.5% | - |
| HSV(B) | 119.1º | 0.88% | 0.89% | - |
| XYZ | 28.52 | 55.86 | 10.38 | - |
| YUV | 146.3 | 61.23 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 28 | 0.86 | 0 | 0.88 | 0.11 | 119.1 | 0.79 | 0.5 |
| Hex | 1F | E4 | 1C | 56 | 0 | 58 | B | 77 | 4F | 32 |
| Octal | 37 | 344 | 34 | 126 | 0 | 130 | 13 | 167 | 117 | 62 |
| Binary | 11111 | 11100100 | 11100 | 1010110 | 0 | 1011000 | 1011 | 1110111 | 1001111 | 110010 |
Color Harmonies of #1FE41C
Complementary color
Monochromatic Colors of #1FE41C
Black with #1FE41C
Text Example
Text Example
White with #1FE41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE41C; }
p { color: rgb(31,228,28); }
H1.HeaderClassName
{
color: #1FE41C;
}
.AnyTagClassName
{
color: #1FE41C;
}
</style>
background-color css
<style>
a { background-color: #1FE41C; }
a { background-color: rgb(31,228,28); }
div.DivClassName
{
background-color: #1FE41C;
}
.BgClassName
{
background-color: #1FE41C;
}
</style>
border-color css
<style>
span { border-color: #1FE41C; }
span { border-color: rgb(31,228,28); }
td.TdClassName
{
border-color: #1FE41C;
}
.TagClassName
{
border-color: #1FE41C;
}
</style>