Shades of Free Speech Green #03FD2E
Tints of Free Speech Green #03FD2E
RGB
CMYK
RGB Variations
Color information
#03FD2E (or 0x03FD2E) is known color: Free Speech Green. HEX triplet: 03, FD and 2E. RGB value is (3,253,46). Sum of RGB (Red+Green+Blue) = 3+253+46=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 253 (99.22% from 255 or 83.77% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 253 - color contains mainly: green. Hex color #03FD2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FD2E is #FC02D1. Grayscale: #9B9B9B. Windows color (decimal): -16515794 or 3079427. OLE color: 3079427.
HSL color Cylindrical-coordinate representation of color #03FD2E: hue angle of 130.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FD2E is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 253 | 46 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.01 |
| HSL | 130.32º | 0.98% | 0.5% | - |
| HSV(B) | 130.32º | 0.99% | 0.99% | - |
| XYZ | 35.66 | 70.47 | 14.31 | - |
| YUV | 154.65 | 66.68 | 19.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 253 | 46 | 0.99 | 0 | 0.82 | 0.01 | 130.32 | 0.98 | 0.5 |
| Hex | 3 | FD | 2E | 63 | 0 | 52 | 1 | 82 | 62 | 32 |
| Octal | 3 | 375 | 56 | 143 | 0 | 122 | 1 | 202 | 142 | 62 |
| Binary | 11 | 11111101 | 101110 | 1100011 | 0 | 1010010 | 1 | 10000010 | 1100010 | 110010 |
Color Harmonies of #03FD2E
Complementary color
Monochromatic Colors of #03FD2E
Black with #03FD2E
Text Example
Text Example
White with #03FD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FD2E; }
p { color: rgb(3,253,46); }
H1.HeaderClassName
{
color: #03FD2E;
}
.AnyTagClassName
{
color: #03FD2E;
}
</style>
background-color css
<style>
a { background-color: #03FD2E; }
a { background-color: rgb(3,253,46); }
div.DivClassName
{
background-color: #03FD2E;
}
.BgClassName
{
background-color: #03FD2E;
}
</style>
border-color css
<style>
span { border-color: #03FD2E; }
span { border-color: rgb(3,253,46); }
td.TdClassName
{
border-color: #03FD2E;
}
.TagClassName
{
border-color: #03FD2E;
}
</style>