Shades of Free Speech Green #01DF1B
Tints of Free Speech Green #01DF1B
RGB
CMYK
RGB Variations
Color information
#01DF1B (or 0x01DF1B) is known color: Free Speech Green. HEX triplet: 01, DF and 1B. RGB value is (1,223,27). Sum of RGB (Red+Green+Blue) = 1+223+27=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 223 (87.5% from 255 or 88.84% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF1B is #FE20E4. Grayscale: #868686. Windows color (decimal): -16654565 or 1826561. OLE color: 1826561.
HSL color Cylindrical-coordinate representation of color #01DF1B: hue angle of 127.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF1B is Cyan = 1.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 27 | - |
| CMYK | 1.00 | 0 | 0.88 | 0.13 |
| HSL | 127.03º | 0.99% | 0.44% | - |
| HSV(B) | 127.03º | 1% | 0.87% | - |
| XYZ | 26.6 | 52.86 | 9.84 | - |
| YUV | 134.28 | 67.45 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 27 | 1.00 | 0 | 0.88 | 0.13 | 127.03 | 0.99 | 0.44 |
| Hex | 1 | DF | 1B | 64 | 0 | 58 | D | 7F | 63 | 2C |
| Octal | 1 | 337 | 33 | 144 | 0 | 130 | 15 | 177 | 143 | 54 |
| Binary | 1 | 11011111 | 11011 | 1100100 | 0 | 1011000 | 1101 | 1111111 | 1100011 | 101100 |
Color Harmonies of #01DF1B
Complementary color
Monochromatic Colors of #01DF1B
Black with #01DF1B
Text Example
Text Example
White with #01DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DF1B; }
p { color: rgb(1,223,27); }
H1.HeaderClassName
{
color: #01DF1B;
}
.AnyTagClassName
{
color: #01DF1B;
}
</style>
background-color css
<style>
a { background-color: #01DF1B; }
a { background-color: rgb(1,223,27); }
div.DivClassName
{
background-color: #01DF1B;
}
.BgClassName
{
background-color: #01DF1B;
}
</style>
border-color css
<style>
span { border-color: #01DF1B; }
span { border-color: rgb(1,223,27); }
td.TdClassName
{
border-color: #01DF1B;
}
.TagClassName
{
border-color: #01DF1B;
}
</style>