Shades of Free Speech Green #01DF1F
Tints of Free Speech Green #01DF1F
RGB
CMYK
RGB Variations
Color information
#01DF1F (or 0x01DF1F) is known color: Free Speech Green. HEX triplet: 01, DF and 1F. RGB value is (1,223,31). Sum of RGB (Red+Green+Blue) = 1+223+31=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 223 (87.5% from 255 or 87.45% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF1F is #FE20E0. Grayscale: #878787. Windows color (decimal): -16654561 or 2088705. OLE color: 2088705.
HSL color Cylindrical-coordinate representation of color #01DF1F: hue angle of 128.11º 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 #01DF1F is Cyan = 1.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 31 | - |
| CMYK | 1.00 | 0 | 0.86 | 0.13 |
| HSL | 128.11º | 0.99% | 0.44% | - |
| HSV(B) | 128.11º | 1% | 0.87% | - |
| XYZ | 26.65 | 52.88 | 10.1 | - |
| YUV | 134.73 | 69.45 | 32.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 31 | 1.00 | 0 | 0.86 | 0.13 | 128.11 | 0.99 | 0.44 |
| Hex | 1 | DF | 1F | 64 | 0 | 56 | D | 80 | 63 | 2C |
| Octal | 1 | 337 | 37 | 144 | 0 | 126 | 15 | 200 | 143 | 54 |
| Binary | 1 | 11011111 | 11111 | 1100100 | 0 | 1010110 | 1101 | 10000000 | 1100011 | 101100 |
Color Harmonies of #01DF1F
Complementary color
Monochromatic Colors of #01DF1F
Black with #01DF1F
Text Example
Text Example
White with #01DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DF1F; }
p { color: rgb(1,223,31); }
H1.HeaderClassName
{
color: #01DF1F;
}
.AnyTagClassName
{
color: #01DF1F;
}
</style>
background-color css
<style>
a { background-color: #01DF1F; }
a { background-color: rgb(1,223,31); }
div.DivClassName
{
background-color: #01DF1F;
}
.BgClassName
{
background-color: #01DF1F;
}
</style>
border-color css
<style>
span { border-color: #01DF1F; }
span { border-color: rgb(1,223,31); }
td.TdClassName
{
border-color: #01DF1F;
}
.TagClassName
{
border-color: #01DF1F;
}
</style>