Shades of Free Speech Green #06E302
Tints of Free Speech Green #06E302
RGB
CMYK
RGB Variations
Color information
#06E302 (or 0x06E302) is known color: Free Speech Green. HEX triplet: 06, E3 and 02. RGB value is (6,227,2). Sum of RGB (Red+Green+Blue) = 6+227+2=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 227 (89.06% from 255 or 96.60% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 227 - color contains mainly: green. Hex color #06E302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E302 is #F91CFD. Grayscale: #878787. Windows color (decimal): -16325886 or 189190. OLE color: 189190.
HSL color Cylindrical-coordinate representation of color #06E302: hue angle of 118.93º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06E302 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 227 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.11 |
| HSL | 118.93º | 0.98% | 0.45% | - |
| HSV(B) | 118.93º | 0.99% | 0.89% | - |
| XYZ | 27.56 | 54.98 | 9.22 | - |
| YUV | 135.27 | 52.78 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 2 | 0.97 | 0 | 0.99 | 0.11 | 118.93 | 0.98 | 0.45 |
| Hex | 6 | E3 | 2 | 61 | 0 | 63 | B | 77 | 62 | 2D |
| Octal | 6 | 343 | 2 | 141 | 0 | 143 | 13 | 167 | 142 | 55 |
| Binary | 110 | 11100011 | 10 | 1100001 | 0 | 1100011 | 1011 | 1110111 | 1100010 | 101101 |
Color Harmonies of #06E302
Complementary color
Monochromatic Colors of #06E302
Black with #06E302
Text Example
Text Example
White with #06E302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E302; }
p { color: rgb(6,227,2); }
H1.HeaderClassName
{
color: #06E302;
}
.AnyTagClassName
{
color: #06E302;
}
</style>
background-color css
<style>
a { background-color: #06E302; }
a { background-color: rgb(6,227,2); }
div.DivClassName
{
background-color: #06E302;
}
.BgClassName
{
background-color: #06E302;
}
</style>
border-color css
<style>
span { border-color: #06E302; }
span { border-color: rgb(6,227,2); }
td.TdClassName
{
border-color: #06E302;
}
.TagClassName
{
border-color: #06E302;
}
</style>