Shades of Free Speech Green #1DFA3A
Tints of Free Speech Green #1DFA3A
RGB
CMYK
RGB Variations
Color information
#1DFA3A (or 0x1DFA3A) is known color: Free Speech Green. HEX triplet: 1D, FA and 3A. RGB value is (29,250,58). Sum of RGB (Red+Green+Blue) = 29+250+58=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 250 (98.05% from 255 or 74.18% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFA3A is #E205C5. Grayscale: #A2A2A2. Windows color (decimal): -14812614 or 3865117. OLE color: 3865117.
HSL color Cylindrical-coordinate representation of color #1DFA3A: hue angle of 127.87º 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 #1DFA3A is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 58 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.02 |
| HSL | 127.87º | 0.96% | 0.55% | - |
| HSV(B) | 127.87º | 0.88% | 0.98% | - |
| XYZ | 35.46 | 68.94 | 15.44 | - |
| YUV | 162.03 | 69.28 | 33.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 58 | 0.88 | 0 | 0.77 | 0.02 | 127.87 | 0.96 | 0.55 |
| Hex | 1D | FA | 3A | 58 | 0 | 4D | 2 | 80 | 60 | 37 |
| Octal | 35 | 372 | 72 | 130 | 0 | 115 | 2 | 200 | 140 | 67 |
| Binary | 11101 | 11111010 | 111010 | 1011000 | 0 | 1001101 | 10 | 10000000 | 1100000 | 110111 |
Color Harmonies of #1DFA3A
Complementary color
Monochromatic Colors of #1DFA3A
Black with #1DFA3A
Text Example
Text Example
White with #1DFA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA3A; }
p { color: rgb(29,250,58); }
H1.HeaderClassName
{
color: #1DFA3A;
}
.AnyTagClassName
{
color: #1DFA3A;
}
</style>
background-color css
<style>
a { background-color: #1DFA3A; }
a { background-color: rgb(29,250,58); }
div.DivClassName
{
background-color: #1DFA3A;
}
.BgClassName
{
background-color: #1DFA3A;
}
</style>
border-color css
<style>
span { border-color: #1DFA3A; }
span { border-color: rgb(29,250,58); }
td.TdClassName
{
border-color: #1DFA3A;
}
.TagClassName
{
border-color: #1DFA3A;
}
</style>