Shades of Free Speech Green #06FE30
Tints of Free Speech Green #06FE30
RGB
CMYK
RGB Variations
Color information
#06FE30 (or 0x06FE30) is known color: Free Speech Green. HEX triplet: 06, FE and 30. RGB value is (6,254,48). Sum of RGB (Red+Green+Blue) = 6+254+48=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 254 (99.61% from 255 or 82.47% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 254 - color contains mainly: green. Hex color #06FE30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FE30 is #F901CF. Grayscale: #9C9C9C. Windows color (decimal): -16318928 or 3210758. OLE color: 3210758.
HSL color Cylindrical-coordinate representation of color #06FE30: hue angle of 130.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FE30 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 254 | 48 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.00 |
| HSL | 130.16º | 0.99% | 0.51% | - |
| HSV(B) | 130.16º | 0.98% | 1% | - |
| XYZ | 36.05 | 71.14 | 14.63 | - |
| YUV | 156.36 | 66.84 | 20.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 254 | 48 | 0.98 | 0 | 0.81 | 0.00 | 130.16 | 0.99 | 0.51 |
| Hex | 6 | FE | 30 | 62 | 0 | 51 | 0 | 82 | 63 | 33 |
| Octal | 6 | 376 | 60 | 142 | 0 | 121 | 0 | 202 | 143 | 63 |
| Binary | 110 | 11111110 | 110000 | 1100010 | 0 | 1010001 | 0 | 10000010 | 1100011 | 110011 |
Color Harmonies of #06FE30
Complementary color
Monochromatic Colors of #06FE30
Black with #06FE30
Text Example
Text Example
White with #06FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FE30; }
p { color: rgb(6,254,48); }
H1.HeaderClassName
{
color: #06FE30;
}
.AnyTagClassName
{
color: #06FE30;
}
</style>
background-color css
<style>
a { background-color: #06FE30; }
a { background-color: rgb(6,254,48); }
div.DivClassName
{
background-color: #06FE30;
}
.BgClassName
{
background-color: #06FE30;
}
</style>
border-color css
<style>
span { border-color: #06FE30; }
span { border-color: rgb(6,254,48); }
td.TdClassName
{
border-color: #06FE30;
}
.TagClassName
{
border-color: #06FE30;
}
</style>