Shades of Free Speech Green #03F22C
Tints of Free Speech Green #03F22C
RGB
CMYK
RGB Variations
Color information
#03F22C (or 0x03F22C) is known color: Free Speech Green. HEX triplet: 03, F2 and 2C. RGB value is (3,242,44). Sum of RGB (Red+Green+Blue) = 3+242+44=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 242 (94.92% from 255 or 83.74% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 242 - color contains mainly: green. Hex color #03F22C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F22C is #FC0DD3. Grayscale: #949494. Windows color (decimal): -16518612 or 2945539. OLE color: 2945539.
HSL color Cylindrical-coordinate representation of color #03F22C: hue angle of 130.29º 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 #03F22C is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 44 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.05 |
| HSL | 130.29º | 0.98% | 0.48% | - |
| HSV(B) | 130.29º | 0.99% | 0.95% | - |
| XYZ | 32.24 | 63.71 | 12.98 | - |
| YUV | 147.97 | 69.32 | 24.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 44 | 0.99 | 0 | 0.82 | 0.05 | 130.29 | 0.98 | 0.48 |
| Hex | 3 | F2 | 2C | 63 | 0 | 52 | 5 | 82 | 62 | 30 |
| Octal | 3 | 362 | 54 | 143 | 0 | 122 | 5 | 202 | 142 | 60 |
| Binary | 11 | 11110010 | 101100 | 1100011 | 0 | 1010010 | 101 | 10000010 | 1100010 | 110000 |
Color Harmonies of #03F22C
Complementary color
Monochromatic Colors of #03F22C
Black with #03F22C
Text Example
Text Example
White with #03F22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F22C; }
p { color: rgb(3,242,44); }
H1.HeaderClassName
{
color: #03F22C;
}
.AnyTagClassName
{
color: #03F22C;
}
</style>
background-color css
<style>
a { background-color: #03F22C; }
a { background-color: rgb(3,242,44); }
div.DivClassName
{
background-color: #03F22C;
}
.BgClassName
{
background-color: #03F22C;
}
</style>
border-color css
<style>
span { border-color: #03F22C; }
span { border-color: rgb(3,242,44); }
td.TdClassName
{
border-color: #03F22C;
}
.TagClassName
{
border-color: #03F22C;
}
</style>