Shades of Free Speech Green #06EC2D
Tints of Free Speech Green #06EC2D
RGB
CMYK
RGB Variations
Color information
#06EC2D (or 0x06EC2D) is known color: Free Speech Green. HEX triplet: 06, EC and 2D. RGB value is (6,236,45). Sum of RGB (Red+Green+Blue) = 6+236+45=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 236 (92.58% from 255 or 82.23% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 236 - color contains mainly: green. Hex color #06EC2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06EC2D is #F913D2. Grayscale: #919191. Windows color (decimal): -16323539 or 3009542. OLE color: 3009542.
HSL color Cylindrical-coordinate representation of color #06EC2D: hue angle of 130.17º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EC2D is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 236 | 45 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.07 |
| HSL | 130.17º | 0.95% | 0.47% | - |
| HSV(B) | 130.17º | 0.97% | 0.93% | - |
| XYZ | 30.54 | 60.22 | 12.5 | - |
| YUV | 145.46 | 71.3 | 28.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 236 | 45 | 0.97 | 0 | 0.81 | 0.07 | 130.17 | 0.95 | 0.47 |
| Hex | 6 | EC | 2D | 61 | 0 | 51 | 7 | 82 | 5F | 2F |
| Octal | 6 | 354 | 55 | 141 | 0 | 121 | 7 | 202 | 137 | 57 |
| Binary | 110 | 11101100 | 101101 | 1100001 | 0 | 1010001 | 111 | 10000010 | 1011111 | 101111 |
Color Harmonies of #06EC2D
Complementary color
Monochromatic Colors of #06EC2D
Black with #06EC2D
Text Example
Text Example
White with #06EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EC2D; }
p { color: rgb(6,236,45); }
H1.HeaderClassName
{
color: #06EC2D;
}
.AnyTagClassName
{
color: #06EC2D;
}
</style>
background-color css
<style>
a { background-color: #06EC2D; }
a { background-color: rgb(6,236,45); }
div.DivClassName
{
background-color: #06EC2D;
}
.BgClassName
{
background-color: #06EC2D;
}
</style>
border-color css
<style>
span { border-color: #06EC2D; }
span { border-color: rgb(6,236,45); }
td.TdClassName
{
border-color: #06EC2D;
}
.TagClassName
{
border-color: #06EC2D;
}
</style>