Shades of Free Speech Green #1DFC37
Tints of Free Speech Green #1DFC37
RGB
CMYK
RGB Variations
Color information
#1DFC37 (or 0x1DFC37) is known color: Free Speech Green. HEX triplet: 1D, FC and 37. RGB value is (29,252,55). Sum of RGB (Red+Green+Blue) = 29+252+55=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 252 (98.83% from 255 or 75% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFC37 is #E203C8. Grayscale: #A3A3A3. Windows color (decimal): -14812105 or 3669021. OLE color: 3669021.
HSL color Cylindrical-coordinate representation of color #1DFC37: hue angle of 127º 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 #1DFC37 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 252 | 55 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.01 |
| HSL | 127º | 0.97% | 0.55% | - |
| HSV(B) | 127º | 0.88% | 0.99% | - |
| XYZ | 36.01 | 70.16 | 15.26 | - |
| YUV | 162.87 | 67.12 | 32.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 252 | 55 | 0.88 | 0 | 0.78 | 0.01 | 127 | 0.97 | 0.55 |
| Hex | 1D | FC | 37 | 58 | 0 | 4E | 1 | 7F | 61 | 37 |
| Octal | 35 | 374 | 67 | 130 | 0 | 116 | 1 | 177 | 141 | 67 |
| Binary | 11101 | 11111100 | 110111 | 1011000 | 0 | 1001110 | 1 | 1111111 | 1100001 | 110111 |
Color Harmonies of #1DFC37
Complementary color
Monochromatic Colors of #1DFC37
Black with #1DFC37
Text Example
Text Example
White with #1DFC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFC37; }
p { color: rgb(29,252,55); }
H1.HeaderClassName
{
color: #1DFC37;
}
.AnyTagClassName
{
color: #1DFC37;
}
</style>
background-color css
<style>
a { background-color: #1DFC37; }
a { background-color: rgb(29,252,55); }
div.DivClassName
{
background-color: #1DFC37;
}
.BgClassName
{
background-color: #1DFC37;
}
</style>
border-color css
<style>
span { border-color: #1DFC37; }
span { border-color: rgb(29,252,55); }
td.TdClassName
{
border-color: #1DFC37;
}
.TagClassName
{
border-color: #1DFC37;
}
</style>