Shades of Free Speech Green #06E52C
Tints of Free Speech Green #06E52C
RGB
CMYK
RGB Variations
Color information
#06E52C (or 0x06E52C) is known color: Free Speech Green. HEX triplet: 06, E5 and 2C. RGB value is (6,229,44). Sum of RGB (Red+Green+Blue) = 6+229+44=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 229 (89.84% from 255 or 82.08% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 229 - color contains mainly: green. Hex color #06E52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E52C is #F91AD3. Grayscale: #8D8D8D. Windows color (decimal): -16325332 or 2942214. OLE color: 2942214.
HSL color Cylindrical-coordinate representation of color #06E52C: hue angle of 130.22º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E52C is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 229 | 44 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.10 |
| HSL | 130.22º | 0.95% | 0.46% | - |
| HSV(B) | 130.22º | 0.97% | 0.9% | - |
| XYZ | 28.55 | 56.26 | 11.74 | - |
| YUV | 141.23 | 73.12 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 229 | 44 | 0.97 | 0 | 0.81 | 0.10 | 130.22 | 0.95 | 0.46 |
| Hex | 6 | E5 | 2C | 61 | 0 | 51 | A | 82 | 5F | 2E |
| Octal | 6 | 345 | 54 | 141 | 0 | 121 | 12 | 202 | 137 | 56 |
| Binary | 110 | 11100101 | 101100 | 1100001 | 0 | 1010001 | 1010 | 10000010 | 1011111 | 101110 |
Color Harmonies of #06E52C
Complementary color
Monochromatic Colors of #06E52C
Black with #06E52C
Text Example
Text Example
White with #06E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E52C; }
p { color: rgb(6,229,44); }
H1.HeaderClassName
{
color: #06E52C;
}
.AnyTagClassName
{
color: #06E52C;
}
</style>
background-color css
<style>
a { background-color: #06E52C; }
a { background-color: rgb(6,229,44); }
div.DivClassName
{
background-color: #06E52C;
}
.BgClassName
{
background-color: #06E52C;
}
</style>
border-color css
<style>
span { border-color: #06E52C; }
span { border-color: rgb(6,229,44); }
td.TdClassName
{
border-color: #06E52C;
}
.TagClassName
{
border-color: #06E52C;
}
</style>