Shades of Free Speech Green #1DFB2A
Tints of Free Speech Green #1DFB2A
RGB
CMYK
RGB Variations
Color information
#1DFB2A (or 0x1DFB2A) is known color: Free Speech Green. HEX triplet: 1D, FB and 2A. RGB value is (29,251,42). Sum of RGB (Red+Green+Blue) = 29+251+42=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 251 (98.44% from 255 or 77.95% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFB2A is #E204D5. Grayscale: #A1A1A1. Windows color (decimal): -14812374 or 2816797. OLE color: 2816797.
HSL color Cylindrical-coordinate representation of color #1DFB2A: hue angle of 123.51º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFB2A is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 42 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.02 |
| HSL | 123.51º | 0.97% | 0.55% | - |
| HSV(B) | 123.51º | 0.88% | 0.98% | - |
| XYZ | 35.42 | 69.42 | 13.72 | - |
| YUV | 160.8 | 60.95 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 42 | 0.88 | 0 | 0.83 | 0.02 | 123.51 | 0.97 | 0.55 |
| Hex | 1D | FB | 2A | 58 | 0 | 53 | 2 | 7C | 61 | 37 |
| Octal | 35 | 373 | 52 | 130 | 0 | 123 | 2 | 174 | 141 | 67 |
| Binary | 11101 | 11111011 | 101010 | 1011000 | 0 | 1010011 | 10 | 1111100 | 1100001 | 110111 |
Color Harmonies of #1DFB2A
Complementary color
Monochromatic Colors of #1DFB2A
Black with #1DFB2A
Text Example
Text Example
White with #1DFB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB2A; }
p { color: rgb(29,251,42); }
H1.HeaderClassName
{
color: #1DFB2A;
}
.AnyTagClassName
{
color: #1DFB2A;
}
</style>
background-color css
<style>
a { background-color: #1DFB2A; }
a { background-color: rgb(29,251,42); }
div.DivClassName
{
background-color: #1DFB2A;
}
.BgClassName
{
background-color: #1DFB2A;
}
</style>
border-color css
<style>
span { border-color: #1DFB2A; }
span { border-color: rgb(29,251,42); }
td.TdClassName
{
border-color: #1DFB2A;
}
.TagClassName
{
border-color: #1DFB2A;
}
</style>