Shades of Free Speech Green #03CF09
Tints of Free Speech Green #03CF09
RGB
CMYK
RGB Variations
Color information
#03CF09 (or 0x03CF09) is known color: Free Speech Green. HEX triplet: 03, CF and 09. RGB value is (3,207,9). Sum of RGB (Red+Green+Blue) = 3+207+9=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 207 (81.25% from 255 or 94.52% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CF09 is #FC30F6. Grayscale: #7C7C7C. Windows color (decimal): -16527607 or 642819. OLE color: 642819.
HSL color Cylindrical-coordinate representation of color #03CF09: hue angle of 121.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CF09 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 9 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.19 |
| HSL | 121.76º | 0.97% | 0.41% | - |
| HSV(B) | 121.76º | 0.99% | 0.81% | - |
| XYZ | 22.4 | 44.66 | 7.7 | - |
| YUV | 123.43 | 63.41 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 9 | 0.99 | 0 | 0.96 | 0.19 | 121.76 | 0.97 | 0.41 |
| Hex | 3 | CF | 9 | 63 | 0 | 60 | 13 | 7A | 61 | 29 |
| Octal | 3 | 317 | 11 | 143 | 0 | 140 | 23 | 172 | 141 | 51 |
| Binary | 11 | 11001111 | 1001 | 1100011 | 0 | 1100000 | 10011 | 1111010 | 1100001 | 101001 |
Color Harmonies of #03CF09
Complementary color
Monochromatic Colors of #03CF09
Black with #03CF09
Text Example
Text Example
White with #03CF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CF09; }
p { color: rgb(3,207,9); }
H1.HeaderClassName
{
color: #03CF09;
}
.AnyTagClassName
{
color: #03CF09;
}
</style>
background-color css
<style>
a { background-color: #03CF09; }
a { background-color: rgb(3,207,9); }
div.DivClassName
{
background-color: #03CF09;
}
.BgClassName
{
background-color: #03CF09;
}
</style>
border-color css
<style>
span { border-color: #03CF09; }
span { border-color: rgb(3,207,9); }
td.TdClassName
{
border-color: #03CF09;
}
.TagClassName
{
border-color: #03CF09;
}
</style>