Shades of Free Speech Green #1DFE30
Tints of Free Speech Green #1DFE30
RGB
CMYK
RGB Variations
Color information
#1DFE30 (or 0x1DFE30) is known color: Free Speech Green. HEX triplet: 1D, FE and 30. RGB value is (29,254,48). Sum of RGB (Red+Green+Blue) = 29+254+48=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 254 (99.61% from 255 or 76.74% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFE30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFE30 is #E201CF. Grayscale: #A3A3A3. Windows color (decimal): -14811600 or 3210781. OLE color: 3210781.
HSL color Cylindrical-coordinate representation of color #1DFE30: hue angle of 125.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFE30 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 48 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.00 |
| HSL | 125.07º | 0.99% | 0.55% | - |
| HSV(B) | 125.07º | 0.89% | 1% | - |
| XYZ | 36.48 | 71.36 | 14.65 | - |
| YUV | 163.24 | 62.96 | 32.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 48 | 0.89 | 0 | 0.81 | 0.00 | 125.07 | 0.99 | 0.55 |
| Hex | 1D | FE | 30 | 59 | 0 | 51 | 0 | 7D | 63 | 37 |
| Octal | 35 | 376 | 60 | 131 | 0 | 121 | 0 | 175 | 143 | 67 |
| Binary | 11101 | 11111110 | 110000 | 1011001 | 0 | 1010001 | 0 | 1111101 | 1100011 | 110111 |
Color Harmonies of #1DFE30
Complementary color
Monochromatic Colors of #1DFE30
Black with #1DFE30
Text Example
Text Example
White with #1DFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFE30; }
p { color: rgb(29,254,48); }
H1.HeaderClassName
{
color: #1DFE30;
}
.AnyTagClassName
{
color: #1DFE30;
}
</style>
background-color css
<style>
a { background-color: #1DFE30; }
a { background-color: rgb(29,254,48); }
div.DivClassName
{
background-color: #1DFE30;
}
.BgClassName
{
background-color: #1DFE30;
}
</style>
border-color css
<style>
span { border-color: #1DFE30; }
span { border-color: rgb(29,254,48); }
td.TdClassName
{
border-color: #1DFE30;
}
.TagClassName
{
border-color: #1DFE30;
}
</style>