Shades of Free Speech Green #03F223
Tints of Free Speech Green #03F223
RGB
CMYK
RGB Variations
Color information
#03F223 (or 0x03F223) is known color: Free Speech Green. HEX triplet: 03, F2 and 23. RGB value is (3,242,35). Sum of RGB (Red+Green+Blue) = 3+242+35=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 242 (94.92% from 255 or 86.43% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 242 - color contains mainly: green. Hex color #03F223 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F223 is #FC0DDC. Grayscale: #939393. Windows color (decimal): -16518621 or 2355715. OLE color: 2355715.
HSL color Cylindrical-coordinate representation of color #03F223: hue angle of 128.03º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F223 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 35 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.05 |
| HSL | 128.03º | 0.98% | 0.48% | - |
| HSV(B) | 128.03º | 0.99% | 0.95% | - |
| XYZ | 32.09 | 63.64 | 12.18 | - |
| YUV | 146.94 | 64.82 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 35 | 0.99 | 0 | 0.86 | 0.05 | 128.03 | 0.98 | 0.48 |
| Hex | 3 | F2 | 23 | 63 | 0 | 56 | 5 | 80 | 62 | 30 |
| Octal | 3 | 362 | 43 | 143 | 0 | 126 | 5 | 200 | 142 | 60 |
| Binary | 11 | 11110010 | 100011 | 1100011 | 0 | 1010110 | 101 | 10000000 | 1100010 | 110000 |
Color Harmonies of #03F223
Complementary color
Monochromatic Colors of #03F223
Black with #03F223
Text Example
Text Example
White with #03F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F223; }
p { color: rgb(3,242,35); }
H1.HeaderClassName
{
color: #03F223;
}
.AnyTagClassName
{
color: #03F223;
}
</style>
background-color css
<style>
a { background-color: #03F223; }
a { background-color: rgb(3,242,35); }
div.DivClassName
{
background-color: #03F223;
}
.BgClassName
{
background-color: #03F223;
}
</style>
border-color css
<style>
span { border-color: #03F223; }
span { border-color: rgb(3,242,35); }
td.TdClassName
{
border-color: #03F223;
}
.TagClassName
{
border-color: #03F223;
}
</style>