Shades of Free Speech Green #03F11A
Tints of Free Speech Green #03F11A
RGB
CMYK
RGB Variations
Color information
#03F11A (or 0x03F11A) is known color: Free Speech Green. HEX triplet: 03, F1 and 1A. RGB value is (3,241,26). Sum of RGB (Red+Green+Blue) = 3+241+26=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 241 (94.53% from 255 or 89.26% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 241 - color contains mainly: green. Hex color #03F11A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F11A is #FC0EE5. Grayscale: #919191. Windows color (decimal): -16518886 or 1765635. OLE color: 1765635.
HSL color Cylindrical-coordinate representation of color #03F11A: hue angle of 125.8º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F11A is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 26 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.05 |
| HSL | 125.8º | 0.98% | 0.48% | - |
| HSV(B) | 125.8º | 0.99% | 0.95% | - |
| XYZ | 31.68 | 63 | 11.47 | - |
| YUV | 145.33 | 60.65 | 26.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 26 | 0.99 | 0 | 0.89 | 0.05 | 125.8 | 0.98 | 0.48 |
| Hex | 3 | F1 | 1A | 63 | 0 | 59 | 5 | 7E | 62 | 30 |
| Octal | 3 | 361 | 32 | 143 | 0 | 131 | 5 | 176 | 142 | 60 |
| Binary | 11 | 11110001 | 11010 | 1100011 | 0 | 1011001 | 101 | 1111110 | 1100010 | 110000 |
Color Harmonies of #03F11A
Complementary color
Monochromatic Colors of #03F11A
Black with #03F11A
Text Example
Text Example
White with #03F11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F11A; }
p { color: rgb(3,241,26); }
H1.HeaderClassName
{
color: #03F11A;
}
.AnyTagClassName
{
color: #03F11A;
}
</style>
background-color css
<style>
a { background-color: #03F11A; }
a { background-color: rgb(3,241,26); }
div.DivClassName
{
background-color: #03F11A;
}
.BgClassName
{
background-color: #03F11A;
}
</style>
border-color css
<style>
span { border-color: #03F11A; }
span { border-color: rgb(3,241,26); }
td.TdClassName
{
border-color: #03F11A;
}
.TagClassName
{
border-color: #03F11A;
}
</style>