Shades of Free Speech Green #03E32A
Tints of Free Speech Green #03E32A
RGB
CMYK
RGB Variations
Color information
#03E32A (or 0x03E32A) is known color: Free Speech Green. HEX triplet: 03, E3 and 2A. RGB value is (3,227,42). Sum of RGB (Red+Green+Blue) = 3+227+42=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 227 (89.06% from 255 or 83.46% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 227 - color contains mainly: green. Hex color #03E32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03E32A is #FC1CD5. Grayscale: #8B8B8B. Windows color (decimal): -16522454 or 2810627. OLE color: 2810627.
HSL color Cylindrical-coordinate representation of color #03E32A: hue angle of 130.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E32A is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 227 | 42 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.11 |
| HSL | 130.45º | 0.97% | 0.45% | - |
| HSV(B) | 130.45º | 0.99% | 0.89% | - |
| XYZ | 27.92 | 55.12 | 11.36 | - |
| YUV | 138.93 | 73.29 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 227 | 42 | 0.99 | 0 | 0.81 | 0.11 | 130.45 | 0.97 | 0.45 |
| Hex | 3 | E3 | 2A | 63 | 0 | 51 | B | 82 | 61 | 2D |
| Octal | 3 | 343 | 52 | 143 | 0 | 121 | 13 | 202 | 141 | 55 |
| Binary | 11 | 11100011 | 101010 | 1100011 | 0 | 1010001 | 1011 | 10000010 | 1100001 | 101101 |
Color Harmonies of #03E32A
Complementary color
Monochromatic Colors of #03E32A
Black with #03E32A
Text Example
Text Example
White with #03E32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E32A; }
p { color: rgb(3,227,42); }
H1.HeaderClassName
{
color: #03E32A;
}
.AnyTagClassName
{
color: #03E32A;
}
</style>
background-color css
<style>
a { background-color: #03E32A; }
a { background-color: rgb(3,227,42); }
div.DivClassName
{
background-color: #03E32A;
}
.BgClassName
{
background-color: #03E32A;
}
</style>
border-color css
<style>
span { border-color: #03E32A; }
span { border-color: rgb(3,227,42); }
td.TdClassName
{
border-color: #03E32A;
}
.TagClassName
{
border-color: #03E32A;
}
</style>