Shades of Free Speech Green #1DFF2D
Tints of Free Speech Green #1DFF2D
RGB
CMYK
RGB Variations
Color information
#1DFF2D (or 0x1DFF2D) is known color: Free Speech Green. HEX triplet: 1D, FF and 2D. RGB value is (29,255,45). Sum of RGB (Red+Green+Blue) = 29+255+45=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 255 (100% from 255 or 77.51% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFF2D is #E200D2. Grayscale: #A4A4A4. Windows color (decimal): -14811347 or 3014429. OLE color: 3014429.
HSL color Cylindrical-coordinate representation of color #1DFF2D: hue angle of 124.25º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFF2D is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 45 | - |
| CMYK | 0.89 | 0 | 0.82 | 0 |
| HSL | 124.25º | 1% | 0.56% | - |
| HSV(B) | 124.25º | 0.89% | 1% | - |
| XYZ | 36.74 | 71.97 | 14.44 | - |
| YUV | 163.49 | 61.13 | 32.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 45 | 0.89 | 0 | 0.82 | 0 | 124.25 | 1 | 0.56 |
| Hex | 1D | FF | 2D | 59 | 0 | 52 | 0 | 7C | 64 | 38 |
| Octal | 35 | 377 | 55 | 131 | 0 | 122 | 0 | 174 | 144 | 70 |
| Binary | 11101 | 11111111 | 101101 | 1011001 | 0 | 1010010 | 0 | 1111100 | 1100100 | 111000 |
Color Harmonies of #1DFF2D
Complementary color
Monochromatic Colors of #1DFF2D
Black with #1DFF2D
Text Example
Text Example
White with #1DFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF2D; }
p { color: rgb(29,255,45); }
H1.HeaderClassName
{
color: #1DFF2D;
}
.AnyTagClassName
{
color: #1DFF2D;
}
</style>
background-color css
<style>
a { background-color: #1DFF2D; }
a { background-color: rgb(29,255,45); }
div.DivClassName
{
background-color: #1DFF2D;
}
.BgClassName
{
background-color: #1DFF2D;
}
</style>
border-color css
<style>
span { border-color: #1DFF2D; }
span { border-color: rgb(29,255,45); }
td.TdClassName
{
border-color: #1DFF2D;
}
.TagClassName
{
border-color: #1DFF2D;
}
</style>