Shades of Free Speech Green #1DFA29
Tints of Free Speech Green #1DFA29
RGB
CMYK
RGB Variations
Color information
#1DFA29 (or 0x1DFA29) is known color: Free Speech Green. HEX triplet: 1D, FA and 29. RGB value is (29,250,41). Sum of RGB (Red+Green+Blue) = 29+250+41=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 250 (98.05% from 255 or 78.12% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFA29 is #E205D6. Grayscale: #A0A0A0. Windows color (decimal): -14812631 or 2751005. OLE color: 2751005.
HSL color Cylindrical-coordinate representation of color #1DFA29: hue angle of 123.26º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFA29 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 41 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.02 |
| HSL | 123.26º | 0.96% | 0.55% | - |
| HSV(B) | 123.26º | 0.88% | 0.98% | - |
| XYZ | 35.09 | 68.79 | 13.53 | - |
| YUV | 160.1 | 60.78 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 41 | 0.88 | 0 | 0.84 | 0.02 | 123.26 | 0.96 | 0.55 |
| Hex | 1D | FA | 29 | 58 | 0 | 54 | 2 | 7B | 60 | 37 |
| Octal | 35 | 372 | 51 | 130 | 0 | 124 | 2 | 173 | 140 | 67 |
| Binary | 11101 | 11111010 | 101001 | 1011000 | 0 | 1010100 | 10 | 1111011 | 1100000 | 110111 |
Color Harmonies of #1DFA29
Complementary color
Monochromatic Colors of #1DFA29
Black with #1DFA29
Text Example
Text Example
White with #1DFA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA29; }
p { color: rgb(29,250,41); }
H1.HeaderClassName
{
color: #1DFA29;
}
.AnyTagClassName
{
color: #1DFA29;
}
</style>
background-color css
<style>
a { background-color: #1DFA29; }
a { background-color: rgb(29,250,41); }
div.DivClassName
{
background-color: #1DFA29;
}
.BgClassName
{
background-color: #1DFA29;
}
</style>
border-color css
<style>
span { border-color: #1DFA29; }
span { border-color: rgb(29,250,41); }
td.TdClassName
{
border-color: #1DFA29;
}
.TagClassName
{
border-color: #1DFA29;
}
</style>