Shades of Free Speech Green #01DB1D
Tints of Free Speech Green #01DB1D
RGB
CMYK
RGB Variations
Color information
#01DB1D (or 0x01DB1D) is known color: Free Speech Green. HEX triplet: 01, DB and 1D. RGB value is (1,219,29). Sum of RGB (Red+Green+Blue) = 1+219+29=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 219 (85.94% from 255 or 87.95% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DB1D is #FE24E2. Grayscale: #848484. Windows color (decimal): -16655587 or 1956609. OLE color: 1956609.
HSL color Cylindrical-coordinate representation of color #01DB1D: hue angle of 127.71º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DB1D is Cyan = 1.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 29 | - |
| CMYK | 1.00 | 0 | 0.87 | 0.14 |
| HSL | 127.71º | 0.99% | 0.43% | - |
| HSV(B) | 127.71º | 1% | 0.86% | - |
| XYZ | 25.57 | 50.76 | 9.61 | - |
| YUV | 132.16 | 69.78 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 29 | 1.00 | 0 | 0.87 | 0.14 | 127.71 | 0.99 | 0.43 |
| Hex | 1 | DB | 1D | 64 | 0 | 57 | E | 80 | 63 | 2B |
| Octal | 1 | 333 | 35 | 144 | 0 | 127 | 16 | 200 | 143 | 53 |
| Binary | 1 | 11011011 | 11101 | 1100100 | 0 | 1010111 | 1110 | 10000000 | 1100011 | 101011 |
Color Harmonies of #01DB1D
Complementary color
Monochromatic Colors of #01DB1D
Black with #01DB1D
Text Example
Text Example
White with #01DB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DB1D; }
p { color: rgb(1,219,29); }
H1.HeaderClassName
{
color: #01DB1D;
}
.AnyTagClassName
{
color: #01DB1D;
}
</style>
background-color css
<style>
a { background-color: #01DB1D; }
a { background-color: rgb(1,219,29); }
div.DivClassName
{
background-color: #01DB1D;
}
.BgClassName
{
background-color: #01DB1D;
}
</style>
border-color css
<style>
span { border-color: #01DB1D; }
span { border-color: rgb(1,219,29); }
td.TdClassName
{
border-color: #01DB1D;
}
.TagClassName
{
border-color: #01DB1D;
}
</style>