Shades of Free Speech Green #06FF30
Tints of Free Speech Green #06FF30
RGB
CMYK
RGB Variations
Color information
#06FF30 (or 0x06FF30) is known color: Free Speech Green. HEX triplet: 06, FF and 30. RGB value is (6,255,48). Sum of RGB (Red+Green+Blue) = 6+255+48=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 255 (100% from 255 or 82.52% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FF30 is #F900CF. Grayscale: #9D9D9D. Windows color (decimal): -16318672 or 3211014. OLE color: 3211014.
HSL color Cylindrical-coordinate representation of color #06FF30: hue angle of 130.12º 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 #06FF30 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 48 | - |
| CMYK | 0.98 | 0 | 0.81 | 0 |
| HSL | 130.12º | 1% | 0.51% | - |
| HSV(B) | 130.12º | 0.98% | 1% | - |
| XYZ | 36.37 | 71.77 | 14.73 | - |
| YUV | 156.95 | 66.51 | 20.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 48 | 0.98 | 0 | 0.81 | 0 | 130.12 | 1 | 0.51 |
| Hex | 6 | FF | 30 | 62 | 0 | 51 | 0 | 82 | 64 | 33 |
| Octal | 6 | 377 | 60 | 142 | 0 | 121 | 0 | 202 | 144 | 63 |
| Binary | 110 | 11111111 | 110000 | 1100010 | 0 | 1010001 | 0 | 10000010 | 1100100 | 110011 |
Color Harmonies of #06FF30
Complementary color
Monochromatic Colors of #06FF30
Black with #06FF30
Text Example
Text Example
White with #06FF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF30; }
p { color: rgb(6,255,48); }
H1.HeaderClassName
{
color: #06FF30;
}
.AnyTagClassName
{
color: #06FF30;
}
</style>
background-color css
<style>
a { background-color: #06FF30; }
a { background-color: rgb(6,255,48); }
div.DivClassName
{
background-color: #06FF30;
}
.BgClassName
{
background-color: #06FF30;
}
</style>
border-color css
<style>
span { border-color: #06FF30; }
span { border-color: rgb(6,255,48); }
td.TdClassName
{
border-color: #06FF30;
}
.TagClassName
{
border-color: #06FF30;
}
</style>