Shades of Free Speech Green #06FB2D
Tints of Free Speech Green #06FB2D
RGB
CMYK
RGB Variations
Color information
#06FB2D (or 0x06FB2D) is known color: Free Speech Green. HEX triplet: 06, FB and 2D. RGB value is (6,251,45). Sum of RGB (Red+Green+Blue) = 6+251+45=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 251 (98.44% from 255 or 83.11% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 251 - color contains mainly: green. Hex color #06FB2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FB2D is #F904D2. Grayscale: #9A9A9A. Windows color (decimal): -16319699 or 3013382. OLE color: 3013382.
HSL color Cylindrical-coordinate representation of color #06FB2D: hue angle of 129.55º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FB2D is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 251 | 45 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.02 |
| HSL | 129.55º | 0.97% | 0.5% | - |
| HSV(B) | 129.55º | 0.98% | 0.98% | - |
| XYZ | 35.05 | 69.22 | 14 | - |
| YUV | 154.26 | 66.33 | 22.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 251 | 45 | 0.98 | 0 | 0.82 | 0.02 | 129.55 | 0.97 | 0.5 |
| Hex | 6 | FB | 2D | 62 | 0 | 52 | 2 | 82 | 61 | 32 |
| Octal | 6 | 373 | 55 | 142 | 0 | 122 | 2 | 202 | 141 | 62 |
| Binary | 110 | 11111011 | 101101 | 1100010 | 0 | 1010010 | 10 | 10000010 | 1100001 | 110010 |
Color Harmonies of #06FB2D
Complementary color
Monochromatic Colors of #06FB2D
Black with #06FB2D
Text Example
Text Example
White with #06FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FB2D; }
p { color: rgb(6,251,45); }
H1.HeaderClassName
{
color: #06FB2D;
}
.AnyTagClassName
{
color: #06FB2D;
}
</style>
background-color css
<style>
a { background-color: #06FB2D; }
a { background-color: rgb(6,251,45); }
div.DivClassName
{
background-color: #06FB2D;
}
.BgClassName
{
background-color: #06FB2D;
}
</style>
border-color css
<style>
span { border-color: #06FB2D; }
span { border-color: rgb(6,251,45); }
td.TdClassName
{
border-color: #06FB2D;
}
.TagClassName
{
border-color: #06FB2D;
}
</style>