Shades of Free Speech Green #1DFF2F
Tints of Free Speech Green #1DFF2F
RGB
CMYK
RGB Variations
Color information
#1DFF2F (or 0x1DFF2F) is known color: Free Speech Green. HEX triplet: 1D, FF and 2F. RGB value is (29,255,47). Sum of RGB (Red+Green+Blue) = 29+255+47=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 255 (100% from 255 or 77.04% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFF2F is #E200D0. Grayscale: #A4A4A4. Windows color (decimal): -14811345 or 3145501. OLE color: 3145501.
HSL color Cylindrical-coordinate representation of color #1DFF2F: hue angle of 124.78º 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 #1DFF2F is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 47 | - |
| CMYK | 0.89 | 0 | 0.82 | 0 |
| HSL | 124.78º | 1% | 0.56% | - |
| HSV(B) | 124.78º | 0.89% | 1% | - |
| XYZ | 36.78 | 71.99 | 14.65 | - |
| YUV | 163.71 | 62.13 | 31.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 47 | 0.89 | 0 | 0.82 | 0 | 124.78 | 1 | 0.56 |
| Hex | 1D | FF | 2F | 59 | 0 | 52 | 0 | 7D | 64 | 38 |
| Octal | 35 | 377 | 57 | 131 | 0 | 122 | 0 | 175 | 144 | 70 |
| Binary | 11101 | 11111111 | 101111 | 1011001 | 0 | 1010010 | 0 | 1111101 | 1100100 | 111000 |
Color Harmonies of #1DFF2F
Complementary color
Monochromatic Colors of #1DFF2F
Black with #1DFF2F
Text Example
Text Example
White with #1DFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF2F; }
p { color: rgb(29,255,47); }
H1.HeaderClassName
{
color: #1DFF2F;
}
.AnyTagClassName
{
color: #1DFF2F;
}
</style>
background-color css
<style>
a { background-color: #1DFF2F; }
a { background-color: rgb(29,255,47); }
div.DivClassName
{
background-color: #1DFF2F;
}
.BgClassName
{
background-color: #1DFF2F;
}
</style>
border-color css
<style>
span { border-color: #1DFF2F; }
span { border-color: rgb(29,255,47); }
td.TdClassName
{
border-color: #1DFF2F;
}
.TagClassName
{
border-color: #1DFF2F;
}
</style>