Shades of Free Speech Green #1FFF29
Tints of Free Speech Green #1FFF29
RGB
CMYK
RGB Variations
Color information
#1FFF29 (or 0x1FFF29) is known color: Free Speech Green. HEX triplet: 1F, FF and 29. RGB value is (31,255,41). Sum of RGB (Red+Green+Blue) = 31+255+41=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 255 (100% from 255 or 77.98% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFF29 is #E000D6. Grayscale: #A4A4A4. Windows color (decimal): -14680279 or 2752287. OLE color: 2752287.
HSL color Cylindrical-coordinate representation of color #1FFF29: hue angle of 122.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFF29 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 41 | - |
| CMYK | 0.88 | 0 | 0.84 | 0 |
| HSL | 122.68º | 1% | 0.56% | - |
| HSV(B) | 122.68º | 0.88% | 1% | - |
| XYZ | 36.73 | 71.97 | 14.05 | - |
| YUV | 163.63 | 58.79 | 33.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 41 | 0.88 | 0 | 0.84 | 0 | 122.68 | 1 | 0.56 |
| Hex | 1F | FF | 29 | 58 | 0 | 54 | 0 | 7B | 64 | 38 |
| Octal | 37 | 377 | 51 | 130 | 0 | 124 | 0 | 173 | 144 | 70 |
| Binary | 11111 | 11111111 | 101001 | 1011000 | 0 | 1010100 | 0 | 1111011 | 1100100 | 111000 |
Color Harmonies of #1FFF29
Complementary color
Monochromatic Colors of #1FFF29
Black with #1FFF29
Text Example
Text Example
White with #1FFF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF29; }
p { color: rgb(31,255,41); }
H1.HeaderClassName
{
color: #1FFF29;
}
.AnyTagClassName
{
color: #1FFF29;
}
</style>
background-color css
<style>
a { background-color: #1FFF29; }
a { background-color: rgb(31,255,41); }
div.DivClassName
{
background-color: #1FFF29;
}
.BgClassName
{
background-color: #1FFF29;
}
</style>
border-color css
<style>
span { border-color: #1FFF29; }
span { border-color: rgb(31,255,41); }
td.TdClassName
{
border-color: #1FFF29;
}
.TagClassName
{
border-color: #1FFF29;
}
</style>