Shades of Free Speech Green #01D30D
Tints of Free Speech Green #01D30D
RGB
CMYK
RGB Variations
Color information
#01D30D (or 0x01D30D) is known color: Free Speech Green. HEX triplet: 01, D3 and 0D. RGB value is (1,211,13). Sum of RGB (Red+Green+Blue) = 1+211+13=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 211 (82.81% from 255 or 93.78% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 211 - color contains mainly: green. Hex color #01D30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D30D is #FE2CF2. Grayscale: #7E7E7E. Windows color (decimal): -16657651 or 905985. OLE color: 905985.
HSL color Cylindrical-coordinate representation of color #01D30D: hue angle of 123.43º 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 #01D30D is Cyan = 1.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 211 | 13 | - |
| CMYK | 1.00 | 0 | 0.94 | 0.17 |
| HSL | 123.43º | 0.99% | 0.42% | - |
| HSV(B) | 123.43º | 1% | 0.83% | - |
| XYZ | 23.38 | 46.62 | 8.15 | - |
| YUV | 125.64 | 64.43 | 39.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 211 | 13 | 1.00 | 0 | 0.94 | 0.17 | 123.43 | 0.99 | 0.42 |
| Hex | 1 | D3 | D | 64 | 0 | 5E | 11 | 7B | 63 | 2A |
| Octal | 1 | 323 | 15 | 144 | 0 | 136 | 21 | 173 | 143 | 52 |
| Binary | 1 | 11010011 | 1101 | 1100100 | 0 | 1011110 | 10001 | 1111011 | 1100011 | 101010 |
Color Harmonies of #01D30D
Complementary color
Monochromatic Colors of #01D30D
Black with #01D30D
Text Example
Text Example
White with #01D30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D30D; }
p { color: rgb(1,211,13); }
H1.HeaderClassName
{
color: #01D30D;
}
.AnyTagClassName
{
color: #01D30D;
}
</style>
background-color css
<style>
a { background-color: #01D30D; }
a { background-color: rgb(1,211,13); }
div.DivClassName
{
background-color: #01D30D;
}
.BgClassName
{
background-color: #01D30D;
}
</style>
border-color css
<style>
span { border-color: #01D30D; }
span { border-color: rgb(1,211,13); }
td.TdClassName
{
border-color: #01D30D;
}
.TagClassName
{
border-color: #01D30D;
}
</style>