Shades of Free Speech Green #1DFC25
Tints of Free Speech Green #1DFC25
RGB
CMYK
RGB Variations
Color information
#1DFC25 (or 0x1DFC25) is known color: Free Speech Green. HEX triplet: 1D, FC and 25. RGB value is (29,252,37). Sum of RGB (Red+Green+Blue) = 29+252+37=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 252 (98.83% from 255 or 79.25% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFC25 is #E203DA. Grayscale: #A1A1A1. Windows color (decimal): -14812123 or 2489373. OLE color: 2489373.
HSL color Cylindrical-coordinate representation of color #1DFC25: hue angle of 122.15º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFC25 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 252 | 37 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.01 |
| HSL | 122.15º | 0.97% | 0.55% | - |
| HSV(B) | 122.15º | 0.88% | 0.99% | - |
| XYZ | 35.65 | 70.02 | 13.39 | - |
| YUV | 160.81 | 58.12 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 252 | 37 | 0.88 | 0 | 0.85 | 0.01 | 122.15 | 0.97 | 0.55 |
| Hex | 1D | FC | 25 | 58 | 0 | 55 | 1 | 7A | 61 | 37 |
| Octal | 35 | 374 | 45 | 130 | 0 | 125 | 1 | 172 | 141 | 67 |
| Binary | 11101 | 11111100 | 100101 | 1011000 | 0 | 1010101 | 1 | 1111010 | 1100001 | 110111 |
Color Harmonies of #1DFC25
Complementary color
Monochromatic Colors of #1DFC25
Black with #1DFC25
Text Example
Text Example
White with #1DFC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFC25; }
p { color: rgb(29,252,37); }
H1.HeaderClassName
{
color: #1DFC25;
}
.AnyTagClassName
{
color: #1DFC25;
}
</style>
background-color css
<style>
a { background-color: #1DFC25; }
a { background-color: rgb(29,252,37); }
div.DivClassName
{
background-color: #1DFC25;
}
.BgClassName
{
background-color: #1DFC25;
}
</style>
border-color css
<style>
span { border-color: #1DFC25; }
span { border-color: rgb(29,252,37); }
td.TdClassName
{
border-color: #1DFC25;
}
.TagClassName
{
border-color: #1DFC25;
}
</style>