Shades of Free Speech Green #1DF936
Tints of Free Speech Green #1DF936
RGB
CMYK
RGB Variations
Color information
#1DF936 (or 0x1DF936) is known color: Free Speech Green. HEX triplet: 1D, F9 and 36. RGB value is (29,249,54). Sum of RGB (Red+Green+Blue) = 29+249+54=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 249 (97.66% from 255 or 75% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF936 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF936 is #E206C9. Grayscale: #A1A1A1. Windows color (decimal): -14812874 or 3602717. OLE color: 3602717.
HSL color Cylindrical-coordinate representation of color #1DF936: hue angle of 126.82º degrees, saturation: 0.95, 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 #1DF936 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 54 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.02 |
| HSL | 126.82º | 0.95% | 0.55% | - |
| HSV(B) | 126.82º | 0.88% | 0.98% | - |
| XYZ | 35.05 | 68.28 | 14.82 | - |
| YUV | 160.99 | 67.61 | 33.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 54 | 0.88 | 0 | 0.78 | 0.02 | 126.82 | 0.95 | 0.55 |
| Hex | 1D | F9 | 36 | 58 | 0 | 4E | 2 | 7F | 5F | 37 |
| Octal | 35 | 371 | 66 | 130 | 0 | 116 | 2 | 177 | 137 | 67 |
| Binary | 11101 | 11111001 | 110110 | 1011000 | 0 | 1001110 | 10 | 1111111 | 1011111 | 110111 |
Color Harmonies of #1DF936
Complementary color
Monochromatic Colors of #1DF936
Black with #1DF936
Text Example
Text Example
White with #1DF936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF936; }
p { color: rgb(29,249,54); }
H1.HeaderClassName
{
color: #1DF936;
}
.AnyTagClassName
{
color: #1DF936;
}
</style>
background-color css
<style>
a { background-color: #1DF936; }
a { background-color: rgb(29,249,54); }
div.DivClassName
{
background-color: #1DF936;
}
.BgClassName
{
background-color: #1DF936;
}
</style>
border-color css
<style>
span { border-color: #1DF936; }
span { border-color: rgb(29,249,54); }
td.TdClassName
{
border-color: #1DF936;
}
.TagClassName
{
border-color: #1DF936;
}
</style>