Shades of Free Speech Green #01D403
Tints of Free Speech Green #01D403
RGB
CMYK
RGB Variations
Color information
#01D403 (or 0x01D403) is known color: Free Speech Green. HEX triplet: 01, D4 and 03. RGB value is (1,212,3). Sum of RGB (Red+Green+Blue) = 1+212+3=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 212 (83.20% from 255 or 98.15% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 212 - color contains mainly: green. Hex color #01D403 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D403 is #FE2BFC. Grayscale: #7D7D7D. Windows color (decimal): -16657405 or 250881. OLE color: 250881.
HSL color Cylindrical-coordinate representation of color #01D403: hue angle of 120.57º 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 #01D403 is Cyan = 1.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 3 | - |
| CMYK | 1.00 | 0 | 0.99 | 0.17 |
| HSL | 120.57º | 0.99% | 0.42% | - |
| HSV(B) | 120.57º | 1% | 0.83% | - |
| XYZ | 23.57 | 47.1 | 7.93 | - |
| YUV | 125.09 | 59.1 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 3 | 1.00 | 0 | 0.99 | 0.17 | 120.57 | 0.99 | 0.42 |
| Hex | 1 | D4 | 3 | 64 | 0 | 63 | 11 | 79 | 63 | 2A |
| Octal | 1 | 324 | 3 | 144 | 0 | 143 | 21 | 171 | 143 | 52 |
| Binary | 1 | 11010100 | 11 | 1100100 | 0 | 1100011 | 10001 | 1111001 | 1100011 | 101010 |
Color Harmonies of #01D403
Complementary color
Monochromatic Colors of #01D403
Black with #01D403
Text Example
Text Example
White with #01D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D403; }
p { color: rgb(1,212,3); }
H1.HeaderClassName
{
color: #01D403;
}
.AnyTagClassName
{
color: #01D403;
}
</style>
background-color css
<style>
a { background-color: #01D403; }
a { background-color: rgb(1,212,3); }
div.DivClassName
{
background-color: #01D403;
}
.BgClassName
{
background-color: #01D403;
}
</style>
border-color css
<style>
span { border-color: #01D403; }
span { border-color: rgb(1,212,3); }
td.TdClassName
{
border-color: #01D403;
}
.TagClassName
{
border-color: #01D403;
}
</style>