Shades of Free Speech Green #1DF937
Tints of Free Speech Green #1DF937
RGB
CMYK
RGB Variations
Color information
#1DF937 (or 0x1DF937) is known color: Free Speech Green. HEX triplet: 1D, F9 and 37. RGB value is (29,249,55). Sum of RGB (Red+Green+Blue) = 29+249+55=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 249 (97.66% from 255 or 74.77% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF937 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF937 is #E206C8. Grayscale: #A1A1A1. Windows color (decimal): -14812873 or 3668253. OLE color: 3668253.
HSL color Cylindrical-coordinate representation of color #1DF937: hue angle of 127.09º 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 #1DF937 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 55 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.02 |
| HSL | 127.09º | 0.95% | 0.55% | - |
| HSV(B) | 127.09º | 0.88% | 0.98% | - |
| XYZ | 35.07 | 68.29 | 14.95 | - |
| YUV | 161.1 | 68.11 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 55 | 0.88 | 0 | 0.78 | 0.02 | 127.09 | 0.95 | 0.55 |
| Hex | 1D | F9 | 37 | 58 | 0 | 4E | 2 | 7F | 5F | 37 |
| Octal | 35 | 371 | 67 | 130 | 0 | 116 | 2 | 177 | 137 | 67 |
| Binary | 11101 | 11111001 | 110111 | 1011000 | 0 | 1001110 | 10 | 1111111 | 1011111 | 110111 |
Color Harmonies of #1DF937
Complementary color
Monochromatic Colors of #1DF937
Black with #1DF937
Text Example
Text Example
White with #1DF937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF937; }
p { color: rgb(29,249,55); }
H1.HeaderClassName
{
color: #1DF937;
}
.AnyTagClassName
{
color: #1DF937;
}
</style>
background-color css
<style>
a { background-color: #1DF937; }
a { background-color: rgb(29,249,55); }
div.DivClassName
{
background-color: #1DF937;
}
.BgClassName
{
background-color: #1DF937;
}
</style>
border-color css
<style>
span { border-color: #1DF937; }
span { border-color: rgb(29,249,55); }
td.TdClassName
{
border-color: #1DF937;
}
.TagClassName
{
border-color: #1DF937;
}
</style>