Shades of Free Speech Green #03FF2A
Tints of Free Speech Green #03FF2A
RGB
CMYK
RGB Variations
Color information
#03FF2A (or 0x03FF2A) is known color: Free Speech Green. HEX triplet: 03, FF and 2A. RGB value is (3,255,42). Sum of RGB (Red+Green+Blue) = 3+255+42=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 255 (100% from 255 or 85% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FF2A is #FC00D5. Grayscale: #9B9B9B. Windows color (decimal): -16515286 or 2817795. OLE color: 2817795.
HSL color Cylindrical-coordinate representation of color #03FF2A: hue angle of 129.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF2A is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 42 | - |
| CMYK | 0.99 | 0 | 0.84 | 0 |
| HSL | 129.29º | 1% | 0.51% | - |
| HSV(B) | 129.29º | 0.99% | 1% | - |
| XYZ | 36.22 | 71.71 | 14.12 | - |
| YUV | 155.37 | 64.01 | 19.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 42 | 0.99 | 0 | 0.84 | 0 | 129.29 | 1 | 0.51 |
| Hex | 3 | FF | 2A | 63 | 0 | 54 | 0 | 81 | 64 | 33 |
| Octal | 3 | 377 | 52 | 143 | 0 | 124 | 0 | 201 | 144 | 63 |
| Binary | 11 | 11111111 | 101010 | 1100011 | 0 | 1010100 | 0 | 10000001 | 1100100 | 110011 |
Color Harmonies of #03FF2A
Complementary color
Monochromatic Colors of #03FF2A
Black with #03FF2A
Text Example
Text Example
White with #03FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF2A; }
p { color: rgb(3,255,42); }
H1.HeaderClassName
{
color: #03FF2A;
}
.AnyTagClassName
{
color: #03FF2A;
}
</style>
background-color css
<style>
a { background-color: #03FF2A; }
a { background-color: rgb(3,255,42); }
div.DivClassName
{
background-color: #03FF2A;
}
.BgClassName
{
background-color: #03FF2A;
}
</style>
border-color css
<style>
span { border-color: #03FF2A; }
span { border-color: rgb(3,255,42); }
td.TdClassName
{
border-color: #03FF2A;
}
.TagClassName
{
border-color: #03FF2A;
}
</style>