Shades of Free Speech Green #1DF51B
Tints of Free Speech Green #1DF51B
RGB
CMYK
RGB Variations
Color information
#1DF51B (or 0x1DF51B) is known color: Free Speech Green. HEX triplet: 1D, F5 and 1B. RGB value is (29,245,27). Sum of RGB (Red+Green+Blue) = 29+245+27=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 245 (96.09% from 255 or 81.40% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF51B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF51B is #E20AE4. Grayscale: #9C9C9C. Windows color (decimal): -14813925 or 1832221. OLE color: 1832221.
HSL color Cylindrical-coordinate representation of color #1DF51B: hue angle of 119.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DF51B is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 27 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.04 |
| HSL | 119.45º | 0.92% | 0.53% | - |
| HSV(B) | 119.45º | 0.89% | 0.96% | - |
| XYZ | 33.36 | 65.65 | 11.95 | - |
| YUV | 155.56 | 55.44 | 37.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 27 | 0.88 | 0 | 0.89 | 0.04 | 119.45 | 0.92 | 0.53 |
| Hex | 1D | F5 | 1B | 58 | 0 | 59 | 4 | 77 | 5C | 35 |
| Octal | 35 | 365 | 33 | 130 | 0 | 131 | 4 | 167 | 134 | 65 |
| Binary | 11101 | 11110101 | 11011 | 1011000 | 0 | 1011001 | 100 | 1110111 | 1011100 | 110101 |
Color Harmonies of #1DF51B
Complementary color
Monochromatic Colors of #1DF51B
Black with #1DF51B
Text Example
Text Example
White with #1DF51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF51B; }
p { color: rgb(29,245,27); }
H1.HeaderClassName
{
color: #1DF51B;
}
.AnyTagClassName
{
color: #1DF51B;
}
</style>
background-color css
<style>
a { background-color: #1DF51B; }
a { background-color: rgb(29,245,27); }
div.DivClassName
{
background-color: #1DF51B;
}
.BgClassName
{
background-color: #1DF51B;
}
</style>
border-color css
<style>
span { border-color: #1DF51B; }
span { border-color: rgb(29,245,27); }
td.TdClassName
{
border-color: #1DF51B;
}
.TagClassName
{
border-color: #1DF51B;
}
</style>