Shades of Free Speech Green #03FE2A
Tints of Free Speech Green #03FE2A
RGB
CMYK
RGB Variations
Color information
#03FE2A (or 0x03FE2A) is known color: Free Speech Green. HEX triplet: 03, FE and 2A. RGB value is (3,254,42). Sum of RGB (Red+Green+Blue) = 3+254+42=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 254 (99.61% from 255 or 84.95% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FE2A is #FC01D5. Grayscale: #9B9B9B. Windows color (decimal): -16515542 or 2817539. OLE color: 2817539.
HSL color Cylindrical-coordinate representation of color #03FE2A: hue angle of 129.32º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FE2A is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 42 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.00 |
| HSL | 129.32º | 0.99% | 0.5% | - |
| HSV(B) | 129.32º | 0.99% | 1% | - |
| XYZ | 35.9 | 71.07 | 14.02 | - |
| YUV | 154.78 | 64.34 | 19.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 42 | 0.99 | 0 | 0.83 | 0.00 | 129.32 | 0.99 | 0.5 |
| Hex | 3 | FE | 2A | 63 | 0 | 53 | 0 | 81 | 63 | 32 |
| Octal | 3 | 376 | 52 | 143 | 0 | 123 | 0 | 201 | 143 | 62 |
| Binary | 11 | 11111110 | 101010 | 1100011 | 0 | 1010011 | 0 | 10000001 | 1100011 | 110010 |
Color Harmonies of #03FE2A
Complementary color
Monochromatic Colors of #03FE2A
Black with #03FE2A
Text Example
Text Example
White with #03FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE2A; }
p { color: rgb(3,254,42); }
H1.HeaderClassName
{
color: #03FE2A;
}
.AnyTagClassName
{
color: #03FE2A;
}
</style>
background-color css
<style>
a { background-color: #03FE2A; }
a { background-color: rgb(3,254,42); }
div.DivClassName
{
background-color: #03FE2A;
}
.BgClassName
{
background-color: #03FE2A;
}
</style>
border-color css
<style>
span { border-color: #03FE2A; }
span { border-color: rgb(3,254,42); }
td.TdClassName
{
border-color: #03FE2A;
}
.TagClassName
{
border-color: #03FE2A;
}
</style>