Shades of Free Speech Green #1DFC29
Tints of Free Speech Green #1DFC29
RGB
CMYK
RGB Variations
Color information
#1DFC29 (or 0x1DFC29) is known color: Free Speech Green. HEX triplet: 1D, FC and 29. RGB value is (29,252,41). Sum of RGB (Red+Green+Blue) = 29+252+41=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 252 (98.83% from 255 or 78.26% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFC29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFC29 is #E203D6. Grayscale: #A1A1A1. Windows color (decimal): -14812119 or 2751517. OLE color: 2751517.
HSL color Cylindrical-coordinate representation of color #1DFC29: hue angle of 123.23º 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 #1DFC29 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 252 | 41 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.01 |
| HSL | 123.23º | 0.97% | 0.55% | - |
| HSV(B) | 123.23º | 0.88% | 0.99% | - |
| XYZ | 35.72 | 70.04 | 13.73 | - |
| YUV | 161.27 | 60.12 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 252 | 41 | 0.88 | 0 | 0.84 | 0.01 | 123.23 | 0.97 | 0.55 |
| Hex | 1D | FC | 29 | 58 | 0 | 54 | 1 | 7B | 61 | 37 |
| Octal | 35 | 374 | 51 | 130 | 0 | 124 | 1 | 173 | 141 | 67 |
| Binary | 11101 | 11111100 | 101001 | 1011000 | 0 | 1010100 | 1 | 1111011 | 1100001 | 110111 |
Color Harmonies of #1DFC29
Complementary color
Monochromatic Colors of #1DFC29
Black with #1DFC29
Text Example
Text Example
White with #1DFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFC29; }
p { color: rgb(29,252,41); }
H1.HeaderClassName
{
color: #1DFC29;
}
.AnyTagClassName
{
color: #1DFC29;
}
</style>
background-color css
<style>
a { background-color: #1DFC29; }
a { background-color: rgb(29,252,41); }
div.DivClassName
{
background-color: #1DFC29;
}
.BgClassName
{
background-color: #1DFC29;
}
</style>
border-color css
<style>
span { border-color: #1DFC29; }
span { border-color: rgb(29,252,41); }
td.TdClassName
{
border-color: #1DFC29;
}
.TagClassName
{
border-color: #1DFC29;
}
</style>