Shades of Free Speech Green #03F32B
Tints of Free Speech Green #03F32B
RGB
CMYK
RGB Variations
Color information
#03F32B (or 0x03F32B) is known color: Free Speech Green. HEX triplet: 03, F3 and 2B. RGB value is (3,243,43). Sum of RGB (Red+Green+Blue) = 3+243+43=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 243 (95.31% from 255 or 84.08% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 243 - color contains mainly: green. Hex color #03F32B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F32B is #FC0CD4. Grayscale: #959595. Windows color (decimal): -16518357 or 2880259. OLE color: 2880259.
HSL color Cylindrical-coordinate representation of color #03F32B: hue angle of 130º 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 #03F32B is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 243 | 43 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.05 |
| HSL | 130º | 0.98% | 0.48% | - |
| HSV(B) | 130º | 0.99% | 0.95% | - |
| XYZ | 32.52 | 64.29 | 12.98 | - |
| YUV | 148.44 | 68.49 | 24.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 243 | 43 | 0.99 | 0 | 0.82 | 0.05 | 130 | 0.98 | 0.48 |
| Hex | 3 | F3 | 2B | 63 | 0 | 52 | 5 | 82 | 62 | 30 |
| Octal | 3 | 363 | 53 | 143 | 0 | 122 | 5 | 202 | 142 | 60 |
| Binary | 11 | 11110011 | 101011 | 1100011 | 0 | 1010010 | 101 | 10000010 | 1100010 | 110000 |
Color Harmonies of #03F32B
Complementary color
Monochromatic Colors of #03F32B
Black with #03F32B
Text Example
Text Example
White with #03F32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F32B; }
p { color: rgb(3,243,43); }
H1.HeaderClassName
{
color: #03F32B;
}
.AnyTagClassName
{
color: #03F32B;
}
</style>
background-color css
<style>
a { background-color: #03F32B; }
a { background-color: rgb(3,243,43); }
div.DivClassName
{
background-color: #03F32B;
}
.BgClassName
{
background-color: #03F32B;
}
</style>
border-color css
<style>
span { border-color: #03F32B; }
span { border-color: rgb(3,243,43); }
td.TdClassName
{
border-color: #03F32B;
}
.TagClassName
{
border-color: #03F32B;
}
</style>