Shades of Free Speech Green #03FA2A
Tints of Free Speech Green #03FA2A
RGB
CMYK
RGB Variations
Color information
#03FA2A (or 0x03FA2A) is known color: Free Speech Green. HEX triplet: 03, FA and 2A. RGB value is (3,250,42). Sum of RGB (Red+Green+Blue) = 3+250+42=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 250 (98.05% from 255 or 84.75% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FA2A is #FC05D5. Grayscale: #999999. Windows color (decimal): -16516566 or 2816515. OLE color: 2816515.
HSL color Cylindrical-coordinate representation of color #03FA2A: hue angle of 129.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FA2A is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 42 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.02 |
| HSL | 129.47º | 0.98% | 0.5% | - |
| HSV(B) | 129.47º | 0.99% | 0.98% | - |
| XYZ | 34.64 | 68.56 | 13.6 | - |
| YUV | 152.44 | 65.67 | 21.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 42 | 0.99 | 0 | 0.83 | 0.02 | 129.47 | 0.98 | 0.5 |
| Hex | 3 | FA | 2A | 63 | 0 | 53 | 2 | 81 | 62 | 32 |
| Octal | 3 | 372 | 52 | 143 | 0 | 123 | 2 | 201 | 142 | 62 |
| Binary | 11 | 11111010 | 101010 | 1100011 | 0 | 1010011 | 10 | 10000001 | 1100010 | 110010 |
Color Harmonies of #03FA2A
Complementary color
Monochromatic Colors of #03FA2A
Black with #03FA2A
Text Example
Text Example
White with #03FA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA2A; }
p { color: rgb(3,250,42); }
H1.HeaderClassName
{
color: #03FA2A;
}
.AnyTagClassName
{
color: #03FA2A;
}
</style>
background-color css
<style>
a { background-color: #03FA2A; }
a { background-color: rgb(3,250,42); }
div.DivClassName
{
background-color: #03FA2A;
}
.BgClassName
{
background-color: #03FA2A;
}
</style>
border-color css
<style>
span { border-color: #03FA2A; }
span { border-color: rgb(3,250,42); }
td.TdClassName
{
border-color: #03FA2A;
}
.TagClassName
{
border-color: #03FA2A;
}
</style>