Shades of Free Speech Green #1DFF3A
Tints of Free Speech Green #1DFF3A
RGB
CMYK
RGB Variations
Color information
#1DFF3A (or 0x1DFF3A) is known color: Free Speech Green. HEX triplet: 1D, FF and 3A. RGB value is (29,255,58). Sum of RGB (Red+Green+Blue) = 29+255+58=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFF3A is #E200C5. Grayscale: #A5A5A5. Windows color (decimal): -14811334 or 3866397. OLE color: 3866397.
HSL color Cylindrical-coordinate representation of color #1DFF3A: hue angle of 127.7º 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 #1DFF3A is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 58 | - |
| CMYK | 0.89 | 0 | 0.77 | 0 |
| HSL | 127.7º | 1% | 0.56% | - |
| HSV(B) | 127.7º | 0.89% | 1% | - |
| XYZ | 37.03 | 72.09 | 15.97 | - |
| YUV | 164.97 | 67.63 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 58 | 0.89 | 0 | 0.77 | 0 | 127.7 | 1 | 0.56 |
| Hex | 1D | FF | 3A | 59 | 0 | 4D | 0 | 80 | 64 | 38 |
| Octal | 35 | 377 | 72 | 131 | 0 | 115 | 0 | 200 | 144 | 70 |
| Binary | 11101 | 11111111 | 111010 | 1011001 | 0 | 1001101 | 0 | 10000000 | 1100100 | 111000 |
Color Harmonies of #1DFF3A
Complementary color
Monochromatic Colors of #1DFF3A
Black with #1DFF3A
Text Example
Text Example
White with #1DFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF3A; }
p { color: rgb(29,255,58); }
H1.HeaderClassName
{
color: #1DFF3A;
}
.AnyTagClassName
{
color: #1DFF3A;
}
</style>
background-color css
<style>
a { background-color: #1DFF3A; }
a { background-color: rgb(29,255,58); }
div.DivClassName
{
background-color: #1DFF3A;
}
.BgClassName
{
background-color: #1DFF3A;
}
</style>
border-color css
<style>
span { border-color: #1DFF3A; }
span { border-color: rgb(29,255,58); }
td.TdClassName
{
border-color: #1DFF3A;
}
.TagClassName
{
border-color: #1DFF3A;
}
</style>