Shades of Free Speech Green #1DFF3B
Tints of Free Speech Green #1DFF3B
RGB
CMYK
RGB Variations
Color information
#1DFF3B (or 0x1DFF3B) is known color: Free Speech Green. HEX triplet: 1D, FF and 3B. RGB value is (29,255,59). Sum of RGB (Red+Green+Blue) = 29+255+59=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 255 (100% from 255 or 74.34% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFF3B is #E200C4. Grayscale: #A5A5A5. Windows color (decimal): -14811333 or 3931933. OLE color: 3931933.
HSL color Cylindrical-coordinate representation of color #1DFF3B: hue angle of 127.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFF3B is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 59 | - |
| CMYK | 0.89 | 0 | 0.77 | 0 |
| HSL | 127.96º | 1% | 0.56% | - |
| HSV(B) | 127.96º | 0.89% | 1% | - |
| XYZ | 37.06 | 72.1 | 16.1 | - |
| YUV | 165.08 | 68.13 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 59 | 0.89 | 0 | 0.77 | 0 | 127.96 | 1 | 0.56 |
| Hex | 1D | FF | 3B | 59 | 0 | 4D | 0 | 80 | 64 | 38 |
| Octal | 35 | 377 | 73 | 131 | 0 | 115 | 0 | 200 | 144 | 70 |
| Binary | 11101 | 11111111 | 111011 | 1011001 | 0 | 1001101 | 0 | 10000000 | 1100100 | 111000 |
Color Harmonies of #1DFF3B
Complementary color
Monochromatic Colors of #1DFF3B
Black with #1DFF3B
Text Example
Text Example
White with #1DFF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF3B; }
p { color: rgb(29,255,59); }
H1.HeaderClassName
{
color: #1DFF3B;
}
.AnyTagClassName
{
color: #1DFF3B;
}
</style>
background-color css
<style>
a { background-color: #1DFF3B; }
a { background-color: rgb(29,255,59); }
div.DivClassName
{
background-color: #1DFF3B;
}
.BgClassName
{
background-color: #1DFF3B;
}
</style>
border-color css
<style>
span { border-color: #1DFF3B; }
span { border-color: rgb(29,255,59); }
td.TdClassName
{
border-color: #1DFF3B;
}
.TagClassName
{
border-color: #1DFF3B;
}
</style>