Shades of Free Speech Green #1DF30F
Tints of Free Speech Green #1DF30F
RGB
CMYK
RGB Variations
Color information
#1DF30F (or 0x1DF30F) is known color: Free Speech Green. HEX triplet: 1D, F3 and 0F. RGB value is (29,243,15). Sum of RGB (Red+Green+Blue) = 29+243+15=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 243 (95.31% from 255 or 84.67% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF30F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF30F is #E20CF0. Grayscale: #999999. Windows color (decimal): -14814449 or 1045277. OLE color: 1045277.
HSL color Cylindrical-coordinate representation of color #1DF30F: hue angle of 116.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DF30F is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 15 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.05 |
| HSL | 116.32º | 0.9% | 0.51% | - |
| HSV(B) | 116.32º | 0.94% | 0.95% | - |
| XYZ | 32.64 | 64.4 | 11.16 | - |
| YUV | 153.02 | 50.1 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 15 | 0.88 | 0 | 0.94 | 0.05 | 116.32 | 0.9 | 0.51 |
| Hex | 1D | F3 | F | 58 | 0 | 5E | 5 | 74 | 5A | 33 |
| Octal | 35 | 363 | 17 | 130 | 0 | 136 | 5 | 164 | 132 | 63 |
| Binary | 11101 | 11110011 | 1111 | 1011000 | 0 | 1011110 | 101 | 1110100 | 1011010 | 110011 |
Color Harmonies of #1DF30F
Complementary color
Monochromatic Colors of #1DF30F
Black with #1DF30F
Text Example
Text Example
White with #1DF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF30F; }
p { color: rgb(29,243,15); }
H1.HeaderClassName
{
color: #1DF30F;
}
.AnyTagClassName
{
color: #1DF30F;
}
</style>
background-color css
<style>
a { background-color: #1DF30F; }
a { background-color: rgb(29,243,15); }
div.DivClassName
{
background-color: #1DF30F;
}
.BgClassName
{
background-color: #1DF30F;
}
</style>
border-color css
<style>
span { border-color: #1DF30F; }
span { border-color: rgb(29,243,15); }
td.TdClassName
{
border-color: #1DF30F;
}
.TagClassName
{
border-color: #1DF30F;
}
</style>