Shades of Free Speech Green #03FF2F
Tints of Free Speech Green #03FF2F
RGB
CMYK
RGB Variations
Color information
#03FF2F (or 0x03FF2F) is known color: Free Speech Green. HEX triplet: 03, FF and 2F. RGB value is (3,255,47). Sum of RGB (Red+Green+Blue) = 3+255+47=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 255 (100% from 255 or 83.61% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FF2F is #FC00D0. Grayscale: #9C9C9C. Windows color (decimal): -16515281 or 3145475. OLE color: 3145475.
HSL color Cylindrical-coordinate representation of color #03FF2F: hue angle of 130.48º 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 #03FF2F is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 47 | - |
| CMYK | 0.99 | 0 | 0.82 | 0 |
| HSL | 130.48º | 1% | 0.51% | - |
| HSV(B) | 130.48º | 0.99% | 1% | - |
| XYZ | 36.31 | 71.74 | 14.62 | - |
| YUV | 155.94 | 66.51 | 18.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 47 | 0.99 | 0 | 0.82 | 0 | 130.48 | 1 | 0.51 |
| Hex | 3 | FF | 2F | 63 | 0 | 52 | 0 | 82 | 64 | 33 |
| Octal | 3 | 377 | 57 | 143 | 0 | 122 | 0 | 202 | 144 | 63 |
| Binary | 11 | 11111111 | 101111 | 1100011 | 0 | 1010010 | 0 | 10000010 | 1100100 | 110011 |
Color Harmonies of #03FF2F
Complementary color
Monochromatic Colors of #03FF2F
Black with #03FF2F
Text Example
Text Example
White with #03FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF2F; }
p { color: rgb(3,255,47); }
H1.HeaderClassName
{
color: #03FF2F;
}
.AnyTagClassName
{
color: #03FF2F;
}
</style>
background-color css
<style>
a { background-color: #03FF2F; }
a { background-color: rgb(3,255,47); }
div.DivClassName
{
background-color: #03FF2F;
}
.BgClassName
{
background-color: #03FF2F;
}
</style>
border-color css
<style>
span { border-color: #03FF2F; }
span { border-color: rgb(3,255,47); }
td.TdClassName
{
border-color: #03FF2F;
}
.TagClassName
{
border-color: #03FF2F;
}
</style>