Shades of Free Speech Green #1DF31A
Tints of Free Speech Green #1DF31A
RGB
CMYK
RGB Variations
Color information
#1DF31A (or 0x1DF31A) is known color: Free Speech Green. HEX triplet: 1D, F3 and 1A. RGB value is (29,243,26). Sum of RGB (Red+Green+Blue) = 29+243+26=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 243 (95.31% from 255 or 81.54% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF31A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF31A is #E20CE5. Grayscale: #9A9A9A. Windows color (decimal): -14814438 or 1766173. OLE color: 1766173.
HSL color Cylindrical-coordinate representation of color #1DF31A: hue angle of 119.17º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DF31A is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 26 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.05 |
| HSL | 119.17º | 0.9% | 0.53% | - |
| HSV(B) | 119.17º | 0.89% | 0.95% | - |
| XYZ | 32.74 | 64.44 | 11.69 | - |
| YUV | 154.28 | 55.6 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 26 | 0.88 | 0 | 0.89 | 0.05 | 119.17 | 0.9 | 0.53 |
| Hex | 1D | F3 | 1A | 58 | 0 | 59 | 5 | 77 | 5A | 35 |
| Octal | 35 | 363 | 32 | 130 | 0 | 131 | 5 | 167 | 132 | 65 |
| Binary | 11101 | 11110011 | 11010 | 1011000 | 0 | 1011001 | 101 | 1110111 | 1011010 | 110101 |
Color Harmonies of #1DF31A
Complementary color
Monochromatic Colors of #1DF31A
Black with #1DF31A
Text Example
Text Example
White with #1DF31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF31A; }
p { color: rgb(29,243,26); }
H1.HeaderClassName
{
color: #1DF31A;
}
.AnyTagClassName
{
color: #1DF31A;
}
</style>
background-color css
<style>
a { background-color: #1DF31A; }
a { background-color: rgb(29,243,26); }
div.DivClassName
{
background-color: #1DF31A;
}
.BgClassName
{
background-color: #1DF31A;
}
</style>
border-color css
<style>
span { border-color: #1DF31A; }
span { border-color: rgb(29,243,26); }
td.TdClassName
{
border-color: #1DF31A;
}
.TagClassName
{
border-color: #1DF31A;
}
</style>