Shades of Free Speech Green #01D313
Tints of Free Speech Green #01D313
RGB
CMYK
RGB Variations
Color information
#01D313 (or 0x01D313) is known color: Free Speech Green. HEX triplet: 01, D3 and 13. RGB value is (1,211,19). Sum of RGB (Red+Green+Blue) = 1+211+19=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 211 (82.81% from 255 or 91.34% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 211 - color contains mainly: green. Hex color #01D313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D313 is #FE2CEC. Grayscale: #7E7E7E. Windows color (decimal): -16657645 or 1299201. OLE color: 1299201.
HSL color Cylindrical-coordinate representation of color #01D313: hue angle of 125.14º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D313 is Cyan = 1.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 211 | 19 | - |
| CMYK | 1.00 | 0 | 0.91 | 0.17 |
| HSL | 125.14º | 0.99% | 0.42% | - |
| HSV(B) | 125.14º | 1% | 0.83% | - |
| XYZ | 23.42 | 46.64 | 8.38 | - |
| YUV | 126.32 | 67.43 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 211 | 19 | 1.00 | 0 | 0.91 | 0.17 | 125.14 | 0.99 | 0.42 |
| Hex | 1 | D3 | 13 | 64 | 0 | 5B | 11 | 7D | 63 | 2A |
| Octal | 1 | 323 | 23 | 144 | 0 | 133 | 21 | 175 | 143 | 52 |
| Binary | 1 | 11010011 | 10011 | 1100100 | 0 | 1011011 | 10001 | 1111101 | 1100011 | 101010 |
Color Harmonies of #01D313
Complementary color
Monochromatic Colors of #01D313
Black with #01D313
Text Example
Text Example
White with #01D313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D313; }
p { color: rgb(1,211,19); }
H1.HeaderClassName
{
color: #01D313;
}
.AnyTagClassName
{
color: #01D313;
}
</style>
background-color css
<style>
a { background-color: #01D313; }
a { background-color: rgb(1,211,19); }
div.DivClassName
{
background-color: #01D313;
}
.BgClassName
{
background-color: #01D313;
}
</style>
border-color css
<style>
span { border-color: #01D313; }
span { border-color: rgb(1,211,19); }
td.TdClassName
{
border-color: #01D313;
}
.TagClassName
{
border-color: #01D313;
}
</style>