Shades of Free Speech Green #06FF2A
Tints of Free Speech Green #06FF2A
RGB
CMYK
RGB Variations
Color information
#06FF2A (or 0x06FF2A) is known color: Free Speech Green. HEX triplet: 06, FF and 2A. RGB value is (6,255,42). Sum of RGB (Red+Green+Blue) = 6+255+42=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 255 (100% from 255 or 84.16% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FF2A is #F900D5. Grayscale: #9C9C9C. Windows color (decimal): -16318678 or 2817798. OLE color: 2817798.
HSL color Cylindrical-coordinate representation of color #06FF2A: hue angle of 128.67º 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 #06FF2A is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 42 | - |
| CMYK | 0.98 | 0 | 0.84 | 0 |
| HSL | 128.67º | 1% | 0.51% | - |
| HSV(B) | 128.67º | 0.98% | 1% | - |
| XYZ | 36.25 | 71.73 | 14.12 | - |
| YUV | 156.27 | 63.51 | 20.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 42 | 0.98 | 0 | 0.84 | 0 | 128.67 | 1 | 0.51 |
| Hex | 6 | FF | 2A | 62 | 0 | 54 | 0 | 81 | 64 | 33 |
| Octal | 6 | 377 | 52 | 142 | 0 | 124 | 0 | 201 | 144 | 63 |
| Binary | 110 | 11111111 | 101010 | 1100010 | 0 | 1010100 | 0 | 10000001 | 1100100 | 110011 |
Color Harmonies of #06FF2A
Complementary color
Monochromatic Colors of #06FF2A
Black with #06FF2A
Text Example
Text Example
White with #06FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF2A; }
p { color: rgb(6,255,42); }
H1.HeaderClassName
{
color: #06FF2A;
}
.AnyTagClassName
{
color: #06FF2A;
}
</style>
background-color css
<style>
a { background-color: #06FF2A; }
a { background-color: rgb(6,255,42); }
div.DivClassName
{
background-color: #06FF2A;
}
.BgClassName
{
background-color: #06FF2A;
}
</style>
border-color css
<style>
span { border-color: #06FF2A; }
span { border-color: rgb(6,255,42); }
td.TdClassName
{
border-color: #06FF2A;
}
.TagClassName
{
border-color: #06FF2A;
}
</style>