Shades of Free Speech Green #07FF13
Tints of Free Speech Green #07FF13
RGB
CMYK
RGB Variations
Color information
#07FF13 (or 0x07FF13) is known color: Free Speech Green. HEX triplet: 07, FF and 13. RGB value is (7,255,19). Sum of RGB (Red+Green+Blue) = 7+255+19=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 255 (100% from 255 or 90.75% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FF13 is #F800EC. Grayscale: #9A9A9A. Windows color (decimal): -16253165 or 1310471. OLE color: 1310471.
HSL color Cylindrical-coordinate representation of color #07FF13: hue angle of 122.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FF13 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 19 | - |
| CMYK | 0.97 | 0 | 0.93 | 0 |
| HSL | 122.9º | 1% | 0.51% | - |
| HSV(B) | 122.9º | 0.97% | 1% | - |
| XYZ | 35.97 | 71.61 | 12.54 | - |
| YUV | 153.94 | 51.84 | 23.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 19 | 0.97 | 0 | 0.93 | 0 | 122.9 | 1 | 0.51 |
| Hex | 7 | FF | 13 | 61 | 0 | 5D | 0 | 7B | 64 | 33 |
| Octal | 7 | 377 | 23 | 141 | 0 | 135 | 0 | 173 | 144 | 63 |
| Binary | 111 | 11111111 | 10011 | 1100001 | 0 | 1011101 | 0 | 1111011 | 1100100 | 110011 |
Color Harmonies of #07FF13
Complementary color
Monochromatic Colors of #07FF13
Black with #07FF13
Text Example
Text Example
White with #07FF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FF13; }
p { color: rgb(7,255,19); }
H1.HeaderClassName
{
color: #07FF13;
}
.AnyTagClassName
{
color: #07FF13;
}
</style>
background-color css
<style>
a { background-color: #07FF13; }
a { background-color: rgb(7,255,19); }
div.DivClassName
{
background-color: #07FF13;
}
.BgClassName
{
background-color: #07FF13;
}
</style>
border-color css
<style>
span { border-color: #07FF13; }
span { border-color: rgb(7,255,19); }
td.TdClassName
{
border-color: #07FF13;
}
.TagClassName
{
border-color: #07FF13;
}
</style>