Shades of Free Speech Green #1FFC29
Tints of Free Speech Green #1FFC29
RGB
CMYK
RGB Variations
Color information
#1FFC29 (or 0x1FFC29) is known color: Free Speech Green. HEX triplet: 1F, FC and 29. RGB value is (31,252,41). Sum of RGB (Red+Green+Blue) = 31+252+41=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 252 (98.83% from 255 or 77.78% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFC29 is #E003D6. Grayscale: #A2A2A2. Windows color (decimal): -14681047 or 2751519. OLE color: 2751519.
HSL color Cylindrical-coordinate representation of color #1FFC29: hue angle of 122.71º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFC29 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 41 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.01 |
| HSL | 122.71º | 0.97% | 0.55% | - |
| HSV(B) | 122.71º | 0.88% | 0.99% | - |
| XYZ | 35.78 | 70.07 | 13.74 | - |
| YUV | 161.87 | 59.78 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 41 | 0.88 | 0 | 0.84 | 0.01 | 122.71 | 0.97 | 0.55 |
| Hex | 1F | FC | 29 | 58 | 0 | 54 | 1 | 7B | 61 | 37 |
| Octal | 37 | 374 | 51 | 130 | 0 | 124 | 1 | 173 | 141 | 67 |
| Binary | 11111 | 11111100 | 101001 | 1011000 | 0 | 1010100 | 1 | 1111011 | 1100001 | 110111 |
Color Harmonies of #1FFC29
Complementary color
Monochromatic Colors of #1FFC29
Black with #1FFC29
Text Example
Text Example
White with #1FFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC29; }
p { color: rgb(31,252,41); }
H1.HeaderClassName
{
color: #1FFC29;
}
.AnyTagClassName
{
color: #1FFC29;
}
</style>
background-color css
<style>
a { background-color: #1FFC29; }
a { background-color: rgb(31,252,41); }
div.DivClassName
{
background-color: #1FFC29;
}
.BgClassName
{
background-color: #1FFC29;
}
</style>
border-color css
<style>
span { border-color: #1FFC29; }
span { border-color: rgb(31,252,41); }
td.TdClassName
{
border-color: #1FFC29;
}
.TagClassName
{
border-color: #1FFC29;
}
</style>