Shades of Free Speech Green #01CF03
Tints of Free Speech Green #01CF03
RGB
CMYK
RGB Variations
Color information
#01CF03 (or 0x01CF03) is known color: Free Speech Green. HEX triplet: 01, CF and 03. RGB value is (1,207,3). Sum of RGB (Red+Green+Blue) = 1+207+3=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 207 (81.25% from 255 or 98.10% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CF03 is #FE30FC. Grayscale: #7A7A7A. Windows color (decimal): -16658685 or 249601. OLE color: 249601.
HSL color Cylindrical-coordinate representation of color #01CF03: hue angle of 120.58º 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 #01CF03 is Cyan = 1.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 3 | - |
| CMYK | 1.00 | 0 | 0.99 | 0.19 |
| HSL | 120.58º | 0.99% | 0.41% | - |
| HSV(B) | 120.58º | 1% | 0.81% | - |
| XYZ | 22.34 | 44.64 | 7.52 | - |
| YUV | 122.15 | 60.75 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 3 | 1.00 | 0 | 0.99 | 0.19 | 120.58 | 0.99 | 0.41 |
| Hex | 1 | CF | 3 | 64 | 0 | 63 | 13 | 79 | 63 | 29 |
| Octal | 1 | 317 | 3 | 144 | 0 | 143 | 23 | 171 | 143 | 51 |
| Binary | 1 | 11001111 | 11 | 1100100 | 0 | 1100011 | 10011 | 1111001 | 1100011 | 101001 |
Color Harmonies of #01CF03
Complementary color
Monochromatic Colors of #01CF03
Black with #01CF03
Text Example
Text Example
White with #01CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF03; }
p { color: rgb(1,207,3); }
H1.HeaderClassName
{
color: #01CF03;
}
.AnyTagClassName
{
color: #01CF03;
}
</style>
background-color css
<style>
a { background-color: #01CF03; }
a { background-color: rgb(1,207,3); }
div.DivClassName
{
background-color: #01CF03;
}
.BgClassName
{
background-color: #01CF03;
}
</style>
border-color css
<style>
span { border-color: #01CF03; }
span { border-color: rgb(1,207,3); }
td.TdClassName
{
border-color: #01CF03;
}
.TagClassName
{
border-color: #01CF03;
}
</style>