Shades of Free Speech Green #1DF333
Tints of Free Speech Green #1DF333
RGB
CMYK
RGB Variations
Color information
#1DF333 (or 0x1DF333) is known color: Free Speech Green. HEX triplet: 1D, F3 and 33. RGB value is (29,243,51). Sum of RGB (Red+Green+Blue) = 29+243+51=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 243 (95.31% from 255 or 75.23% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF333 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF333 is #E20CCC. Grayscale: #9D9D9D. Windows color (decimal): -14814413 or 3404573. OLE color: 3404573.
HSL color Cylindrical-coordinate representation of color #1DF333: hue angle of 126.17º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF333 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 51 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.05 |
| HSL | 126.17º | 0.9% | 0.53% | - |
| HSV(B) | 126.17º | 0.88% | 0.95% | - |
| XYZ | 33.15 | 64.6 | 13.85 | - |
| YUV | 157.13 | 68.1 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 51 | 0.88 | 0 | 0.79 | 0.05 | 126.17 | 0.9 | 0.53 |
| Hex | 1D | F3 | 33 | 58 | 0 | 4F | 5 | 7E | 5A | 35 |
| Octal | 35 | 363 | 63 | 130 | 0 | 117 | 5 | 176 | 132 | 65 |
| Binary | 11101 | 11110011 | 110011 | 1011000 | 0 | 1001111 | 101 | 1111110 | 1011010 | 110101 |
Color Harmonies of #1DF333
Complementary color
Monochromatic Colors of #1DF333
Black with #1DF333
Text Example
Text Example
White with #1DF333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF333; }
p { color: rgb(29,243,51); }
H1.HeaderClassName
{
color: #1DF333;
}
.AnyTagClassName
{
color: #1DF333;
}
</style>
background-color css
<style>
a { background-color: #1DF333; }
a { background-color: rgb(29,243,51); }
div.DivClassName
{
background-color: #1DF333;
}
.BgClassName
{
background-color: #1DF333;
}
</style>
border-color css
<style>
span { border-color: #1DF333; }
span { border-color: rgb(29,243,51); }
td.TdClassName
{
border-color: #1DF333;
}
.TagClassName
{
border-color: #1DF333;
}
</style>