Shades of Free Speech Green #1DFF2A
Tints of Free Speech Green #1DFF2A
RGB
CMYK
RGB Variations
Color information
#1DFF2A (or 0x1DFF2A) is known color: Free Speech Green. HEX triplet: 1D, FF and 2A. RGB value is (29,255,42). Sum of RGB (Red+Green+Blue) = 29+255+42=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 255 (100% from 255 or 78.22% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFF2A is #E200D5. Grayscale: #A3A3A3. Windows color (decimal): -14811350 or 2817821. OLE color: 2817821.
HSL color Cylindrical-coordinate representation of color #1DFF2A: hue angle of 123.45º 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 #1DFF2A is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 42 | - |
| CMYK | 0.89 | 0 | 0.84 | 0 |
| HSL | 123.45º | 1% | 0.56% | - |
| HSV(B) | 123.45º | 0.89% | 1% | - |
| XYZ | 36.68 | 71.95 | 14.14 | - |
| YUV | 163.14 | 59.63 | 32.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 42 | 0.89 | 0 | 0.84 | 0 | 123.45 | 1 | 0.56 |
| Hex | 1D | FF | 2A | 59 | 0 | 54 | 0 | 7B | 64 | 38 |
| Octal | 35 | 377 | 52 | 131 | 0 | 124 | 0 | 173 | 144 | 70 |
| Binary | 11101 | 11111111 | 101010 | 1011001 | 0 | 1010100 | 0 | 1111011 | 1100100 | 111000 |
Color Harmonies of #1DFF2A
Complementary color
Monochromatic Colors of #1DFF2A
Black with #1DFF2A
Text Example
Text Example
White with #1DFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF2A; }
p { color: rgb(29,255,42); }
H1.HeaderClassName
{
color: #1DFF2A;
}
.AnyTagClassName
{
color: #1DFF2A;
}
</style>
background-color css
<style>
a { background-color: #1DFF2A; }
a { background-color: rgb(29,255,42); }
div.DivClassName
{
background-color: #1DFF2A;
}
.BgClassName
{
background-color: #1DFF2A;
}
</style>
border-color css
<style>
span { border-color: #1DFF2A; }
span { border-color: rgb(29,255,42); }
td.TdClassName
{
border-color: #1DFF2A;
}
.TagClassName
{
border-color: #1DFF2A;
}
</style>