Shades of Free Speech Green #1DFB25
Tints of Free Speech Green #1DFB25
RGB
CMYK
RGB Variations
Color information
#1DFB25 (or 0x1DFB25) is known color: Free Speech Green. HEX triplet: 1D, FB and 25. RGB value is (29,251,37). Sum of RGB (Red+Green+Blue) = 29+251+37=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 251 (98.44% from 255 or 79.18% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFB25 is #E204DA. Grayscale: #A0A0A0. Windows color (decimal): -14812379 or 2489117. OLE color: 2489117.
HSL color Cylindrical-coordinate representation of color #1DFB25: hue angle of 122.16º degrees, saturation: 0.97, 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 #1DFB25 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 37 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.02 |
| HSL | 122.16º | 0.97% | 0.55% | - |
| HSV(B) | 122.16º | 0.88% | 0.98% | - |
| XYZ | 35.34 | 69.39 | 13.28 | - |
| YUV | 160.23 | 58.45 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 37 | 0.88 | 0 | 0.85 | 0.02 | 122.16 | 0.97 | 0.55 |
| Hex | 1D | FB | 25 | 58 | 0 | 55 | 2 | 7A | 61 | 37 |
| Octal | 35 | 373 | 45 | 130 | 0 | 125 | 2 | 172 | 141 | 67 |
| Binary | 11101 | 11111011 | 100101 | 1011000 | 0 | 1010101 | 10 | 1111010 | 1100001 | 110111 |
Color Harmonies of #1DFB25
Complementary color
Monochromatic Colors of #1DFB25
Black with #1DFB25
Text Example
Text Example
White with #1DFB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB25; }
p { color: rgb(29,251,37); }
H1.HeaderClassName
{
color: #1DFB25;
}
.AnyTagClassName
{
color: #1DFB25;
}
</style>
background-color css
<style>
a { background-color: #1DFB25; }
a { background-color: rgb(29,251,37); }
div.DivClassName
{
background-color: #1DFB25;
}
.BgClassName
{
background-color: #1DFB25;
}
</style>
border-color css
<style>
span { border-color: #1DFB25; }
span { border-color: rgb(29,251,37); }
td.TdClassName
{
border-color: #1DFB25;
}
.TagClassName
{
border-color: #1DFB25;
}
</style>