Shades of Free Speech Green #1DFF3C
Tints of Free Speech Green #1DFF3C
RGB
CMYK
RGB Variations
Color information
#1DFF3C (or 0x1DFF3C) is known color: Free Speech Green. HEX triplet: 1D, FF and 3C. RGB value is (29,255,60). Sum of RGB (Red+Green+Blue) = 29+255+60=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFF3C is #E200C3. Grayscale: #A5A5A5. Windows color (decimal): -14811332 or 3997469. OLE color: 3997469.
HSL color Cylindrical-coordinate representation of color #1DFF3C: hue angle of 128.23º 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 #1DFF3C is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 60 | - |
| CMYK | 0.89 | 0 | 0.76 | 0 |
| HSL | 128.23º | 1% | 0.56% | - |
| HSV(B) | 128.23º | 0.89% | 1% | - |
| XYZ | 37.08 | 72.11 | 16.24 | - |
| YUV | 165.2 | 68.63 | 30.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 60 | 0.89 | 0 | 0.76 | 0 | 128.23 | 1 | 0.56 |
| Hex | 1D | FF | 3C | 59 | 0 | 4C | 0 | 80 | 64 | 38 |
| Octal | 35 | 377 | 74 | 131 | 0 | 114 | 0 | 200 | 144 | 70 |
| Binary | 11101 | 11111111 | 111100 | 1011001 | 0 | 1001100 | 0 | 10000000 | 1100100 | 111000 |
Color Harmonies of #1DFF3C
Complementary color
Monochromatic Colors of #1DFF3C
Black with #1DFF3C
Text Example
Text Example
White with #1DFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF3C; }
p { color: rgb(29,255,60); }
H1.HeaderClassName
{
color: #1DFF3C;
}
.AnyTagClassName
{
color: #1DFF3C;
}
</style>
background-color css
<style>
a { background-color: #1DFF3C; }
a { background-color: rgb(29,255,60); }
div.DivClassName
{
background-color: #1DFF3C;
}
.BgClassName
{
background-color: #1DFF3C;
}
</style>
border-color css
<style>
span { border-color: #1DFF3C; }
span { border-color: rgb(29,255,60); }
td.TdClassName
{
border-color: #1DFF3C;
}
.TagClassName
{
border-color: #1DFF3C;
}
</style>