Shades of Free Speech Green #06FF2E
Tints of Free Speech Green #06FF2E
RGB
CMYK
RGB Variations
Color information
#06FF2E (or 0x06FF2E) is known color: Free Speech Green. HEX triplet: 06, FF and 2E. RGB value is (6,255,46). Sum of RGB (Red+Green+Blue) = 6+255+46=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 255 (100% from 255 or 83.06% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FF2E is #F900D1. Grayscale: #9D9D9D. Windows color (decimal): -16318674 or 3079942. OLE color: 3079942.
HSL color Cylindrical-coordinate representation of color #06FF2E: hue angle of 129.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FF2E is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 46 | - |
| CMYK | 0.98 | 0 | 0.82 | 0 |
| HSL | 129.64º | 1% | 0.51% | - |
| HSV(B) | 129.64º | 0.98% | 1% | - |
| XYZ | 36.33 | 71.76 | 14.52 | - |
| YUV | 156.72 | 65.51 | 20.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 46 | 0.98 | 0 | 0.82 | 0 | 129.64 | 1 | 0.51 |
| Hex | 6 | FF | 2E | 62 | 0 | 52 | 0 | 82 | 64 | 33 |
| Octal | 6 | 377 | 56 | 142 | 0 | 122 | 0 | 202 | 144 | 63 |
| Binary | 110 | 11111111 | 101110 | 1100010 | 0 | 1010010 | 0 | 10000010 | 1100100 | 110011 |
Color Harmonies of #06FF2E
Complementary color
Monochromatic Colors of #06FF2E
Black with #06FF2E
Text Example
Text Example
White with #06FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF2E; }
p { color: rgb(6,255,46); }
H1.HeaderClassName
{
color: #06FF2E;
}
.AnyTagClassName
{
color: #06FF2E;
}
</style>
background-color css
<style>
a { background-color: #06FF2E; }
a { background-color: rgb(6,255,46); }
div.DivClassName
{
background-color: #06FF2E;
}
.BgClassName
{
background-color: #06FF2E;
}
</style>
border-color css
<style>
span { border-color: #06FF2E; }
span { border-color: rgb(6,255,46); }
td.TdClassName
{
border-color: #06FF2E;
}
.TagClassName
{
border-color: #06FF2E;
}
</style>