Shades of Free Speech Green #01CE03
Tints of Free Speech Green #01CE03
RGB
CMYK
RGB Variations
Color information
#01CE03 (or 0x01CE03) is known color: Free Speech Green. HEX triplet: 01, CE and 03. RGB value is (1,206,3). Sum of RGB (Red+Green+Blue) = 1+206+3=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 206 (80.86% from 255 or 98.10% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 206 - color contains mainly: green. Hex color #01CE03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CE03 is #FE31FC. Grayscale: #7A7A7A. Windows color (decimal): -16658941 or 249345. OLE color: 249345.
HSL color Cylindrical-coordinate representation of color #01CE03: hue angle of 120.59º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CE03 is Cyan = 1.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 3 | - |
| CMYK | 1.00 | 0 | 0.99 | 0.19 |
| HSL | 120.59º | 0.99% | 0.41% | - |
| HSV(B) | 120.59º | 1% | 0.81% | - |
| XYZ | 22.1 | 44.16 | 7.44 | - |
| YUV | 121.56 | 61.08 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 3 | 1.00 | 0 | 0.99 | 0.19 | 120.59 | 0.99 | 0.41 |
| Hex | 1 | CE | 3 | 64 | 0 | 63 | 13 | 79 | 63 | 29 |
| Octal | 1 | 316 | 3 | 144 | 0 | 143 | 23 | 171 | 143 | 51 |
| Binary | 1 | 11001110 | 11 | 1100100 | 0 | 1100011 | 10011 | 1111001 | 1100011 | 101001 |
Color Harmonies of #01CE03
Complementary color
Monochromatic Colors of #01CE03
Black with #01CE03
Text Example
Text Example
White with #01CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CE03; }
p { color: rgb(1,206,3); }
H1.HeaderClassName
{
color: #01CE03;
}
.AnyTagClassName
{
color: #01CE03;
}
</style>
background-color css
<style>
a { background-color: #01CE03; }
a { background-color: rgb(1,206,3); }
div.DivClassName
{
background-color: #01CE03;
}
.BgClassName
{
background-color: #01CE03;
}
</style>
border-color css
<style>
span { border-color: #01CE03; }
span { border-color: rgb(1,206,3); }
td.TdClassName
{
border-color: #01CE03;
}
.TagClassName
{
border-color: #01CE03;
}
</style>