Shades of Free Speech Green #1FF229
Tints of Free Speech Green #1FF229
RGB
CMYK
RGB Variations
Color information
#1FF229 (or 0x1FF229) is known color: Free Speech Green. HEX triplet: 1F, F2 and 29. RGB value is (31,242,41). Sum of RGB (Red+Green+Blue) = 31+242+41=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 242 (94.92% from 255 or 77.07% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF229 is #E00DD6. Grayscale: #9C9C9C. Windows color (decimal): -14683607 or 2748959. OLE color: 2748959.
HSL color Cylindrical-coordinate representation of color #1FF229: hue angle of 122.84º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF229 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 41 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.05 |
| HSL | 122.84º | 0.89% | 0.54% | - |
| HSV(B) | 122.84º | 0.87% | 0.95% | - |
| XYZ | 32.72 | 63.96 | 12.72 | - |
| YUV | 156 | 63.1 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 41 | 0.87 | 0 | 0.83 | 0.05 | 122.84 | 0.89 | 0.54 |
| Hex | 1F | F2 | 29 | 57 | 0 | 53 | 5 | 7B | 59 | 36 |
| Octal | 37 | 362 | 51 | 127 | 0 | 123 | 5 | 173 | 131 | 66 |
| Binary | 11111 | 11110010 | 101001 | 1010111 | 0 | 1010011 | 101 | 1111011 | 1011001 | 110110 |
Color Harmonies of #1FF229
Complementary color
Monochromatic Colors of #1FF229
Black with #1FF229
Text Example
Text Example
White with #1FF229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF229; }
p { color: rgb(31,242,41); }
H1.HeaderClassName
{
color: #1FF229;
}
.AnyTagClassName
{
color: #1FF229;
}
</style>
background-color css
<style>
a { background-color: #1FF229; }
a { background-color: rgb(31,242,41); }
div.DivClassName
{
background-color: #1FF229;
}
.BgClassName
{
background-color: #1FF229;
}
</style>
border-color css
<style>
span { border-color: #1FF229; }
span { border-color: rgb(31,242,41); }
td.TdClassName
{
border-color: #1FF229;
}
.TagClassName
{
border-color: #1FF229;
}
</style>