Shades of Free Speech Green #06E42E
Tints of Free Speech Green #06E42E
RGB
CMYK
RGB Variations
Color information
#06E42E (or 0x06E42E) is known color: Free Speech Green. HEX triplet: 06, E4 and 2E. RGB value is (6,228,46). Sum of RGB (Red+Green+Blue) = 6+228+46=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 228 (89.45% from 255 or 81.43% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 228 - color contains mainly: green. Hex color #06E42E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E42E is #F91BD1. Grayscale: #8D8D8D. Windows color (decimal): -16325586 or 3073030. OLE color: 3073030.
HSL color Cylindrical-coordinate representation of color #06E42E: hue angle of 130.81º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E42E is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 228 | 46 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.11 |
| HSL | 130.81º | 0.95% | 0.46% | - |
| HSV(B) | 130.81º | 0.97% | 0.89% | - |
| XYZ | 28.31 | 55.72 | 11.85 | - |
| YUV | 140.87 | 74.45 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 228 | 46 | 0.97 | 0 | 0.80 | 0.11 | 130.81 | 0.95 | 0.46 |
| Hex | 6 | E4 | 2E | 61 | 0 | 50 | B | 83 | 5F | 2E |
| Octal | 6 | 344 | 56 | 141 | 0 | 120 | 13 | 203 | 137 | 56 |
| Binary | 110 | 11100100 | 101110 | 1100001 | 0 | 1010000 | 1011 | 10000011 | 1011111 | 101110 |
Color Harmonies of #06E42E
Complementary color
Monochromatic Colors of #06E42E
Black with #06E42E
Text Example
Text Example
White with #06E42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E42E; }
p { color: rgb(6,228,46); }
H1.HeaderClassName
{
color: #06E42E;
}
.AnyTagClassName
{
color: #06E42E;
}
</style>
background-color css
<style>
a { background-color: #06E42E; }
a { background-color: rgb(6,228,46); }
div.DivClassName
{
background-color: #06E42E;
}
.BgClassName
{
background-color: #06E42E;
}
</style>
border-color css
<style>
span { border-color: #06E42E; }
span { border-color: rgb(6,228,46); }
td.TdClassName
{
border-color: #06E42E;
}
.TagClassName
{
border-color: #06E42E;
}
</style>